Html Css Color HEX #BFDD74 Sulu

📋 copy color: '#BFDD74'

red 191 ◦ green 221 ◦ blue 116

#BFDD74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BFDD74

Tints of Sulu #BFDD74

RGB

 RED value IS 191 (75% from 255) = 36.17%

 GREEN value IS 221 (86.72% from 255) = 41.86%

 BLUE value IS 116 (45.7% from 255) = 21.97%

R = 36.17%
G = 41.86%
B = 21.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFDD74 (or 0xBFDD74) is known color: Sulu. HEX triplet: BF, DD and 74. RGB value is (191,221,116). Sum of RGB (Red+Green+Blue) = 191+221+116=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD74 is #40228B. Grayscale: #C8C8C8. Windows color (decimal): -4203148 or 7658943. OLE color: 7658943.

HSL color Cylindrical-coordinate representation of color #BFDD74: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFDD74 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 116 -
CMYK 0.14 0 0.48 0.13
HSL 77.14º 0.61% 0.66% -
HSV(B) 77.14º 0.48% 0.87% -
XYZ 50.49 64.05 26.22 -
YUV 200.06 80.56 121.54 -
System Red Green Blue C M Y K H S L
Decimal 191 221 116 0.14 0 0.48 0.13 77.14 0.61 0.66
Hex BF DD 74 E 0 30 D 4D 3D 42
Octal 277 335 164 16 0 60 15 115 75 102
Binary 10111111 11011101 1110100 1110 0 110000 1101 1001101 111101 1000010

Color Harmonies of #BFDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD74

Black with #BFDD74

Text Example


Text Example

White with #BFDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD74; }

 p { color: rgb(191,221,116); }

 H1.HeaderClassName
 {
   color: #BFDD74;
 }
 .AnyTagClassName
 {
   color: #BFDD74;
 }
</style>

background-color css

<style>
 a { background-color: #BFDD74; }

 a { background-color: rgb(191,221,116); }

 div.DivClassName
 {
   background-color: #BFDD74;
 }
 .BgClassName
 {
   background-color: #BFDD74;
 }
</style>

border-color css

<style>
 span { border-color: #BFDD74; }

 span { border-color: rgb(191,221,116); }

 td.TdClassName
 {
   border-color: #BFDD74;
 }
 .TagClassName
 {
   border-color: #BFDD74;
 }
</style>