Html Css Color HEX #BFD777 Sulu

📋 copy color: '#BFD777'

red 191 ◦ green 215 ◦ blue 119

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

Shades of Sulu #BFD777

Tints of Sulu #BFD777

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.95%

 BLUE value IS 119 (46.88% from 255) = 22.67%

R = 36.38%
G = 40.95%
B = 22.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BFD777 (or 0xBFD777) is known color: Sulu. HEX triplet: BF, D7 and 77. RGB value is (191,215,119). Sum of RGB (Red+Green+Blue) = 191+215+119=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD777 is #402888. Grayscale: #C5C5C5. Windows color (decimal): -4204681 or 7854015. OLE color: 7854015.

HSL color Cylindrical-coordinate representation of color #BFD777: hue angle of 75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD777 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 119 -
CMYK 0.11 0 0.45 0.16
HSL 75º 0.55% 0.65% -
HSV(B) 75º 0.45% 0.84% -
XYZ 49.12 61.01 26.64 -
YUV 196.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 191 215 119 0.11 0 0.45 0.16 75 0.55 0.65
Hex BF D7 77 B 0 2D 10 4B 37 41
Octal 277 327 167 13 0 55 20 113 67 101
Binary 10111111 11010111 1110111 1011 0 101101 10000 1001011 110111 1000001

Color Harmonies of #BFD777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD777

Black with #BFD777

Text Example


Text Example

White with #BFD777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD777; }

 p { color: rgb(191,215,119); }

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

background-color css

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

 a { background-color: rgb(191,215,119); }

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

border-color css

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

 span { border-color: rgb(191,215,119); }

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