Html Css Color HEX #BFE06D Sulu

📋 copy color: '#BFE06D'

red 191 ◦ green 224 ◦ blue 109

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

Shades of Sulu #BFE06D

Tints of Sulu #BFE06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.75%

 BLUE value IS 109 (42.97% from 255) = 20.8%

R = 36.45%
G = 42.75%
B = 20.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BFE06D (or 0xBFE06D) is known color: Sulu. HEX triplet: BF, E0 and 6D. RGB value is (191,224,109). Sum of RGB (Red+Green+Blue) = 191+224+109=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE06D is #401F92. Grayscale: #C9C9C9. Windows color (decimal): -4202387 or 7200959. OLE color: 7200959.

HSL color Cylindrical-coordinate representation of color #BFE06D: hue angle of 77.22º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE06D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 109 -
CMYK 0.15 0 0.51 0.12
HSL 77.22º 0.65% 0.65% -
HSV(B) 77.22º 0.51% 0.88% -
XYZ 50.9 65.49 24.43 -
YUV 201.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 191 224 109 0.15 0 0.51 0.12 77.22 0.65 0.65
Hex BF E0 6D F 0 33 C 4D 41 41
Octal 277 340 155 17 0 63 14 115 101 101
Binary 10111111 11100000 1101101 1111 0 110011 1100 1001101 1000001 1000001

Color Harmonies of #BFE06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE06D

Black with #BFE06D

Text Example


Text Example

White with #BFE06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE06D; }

 p { color: rgb(191,224,109); }

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

background-color css

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

 a { background-color: rgb(191,224,109); }

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

border-color css

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

 span { border-color: rgb(191,224,109); }

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