Html Css Color HEX #BFE17D Sulu

📋 copy color: '#BFE17D'

red 191 ◦ green 225 ◦ blue 125

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

Shades of Sulu #BFE17D

Tints of Sulu #BFE17D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

 BLUE value IS 125 (49.22% from 255) = 23.11%

R = 35.3%
G = 41.59%
B = 23.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#BFE17D (or 0xBFE17D) is known color: Sulu. HEX triplet: BF, E1 and 7D. RGB value is (191,225,125). Sum of RGB (Red+Green+Blue) = 191+225+125=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE17D is #401E82. Grayscale: #CBCBCB. Windows color (decimal): -4202115 or 8249791. OLE color: 8249791.

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

Color convert

RGB 191 225 125 -
CMYK 0.15 0 0.44 0.12
HSL 80.4º 0.63% 0.69% -
HSV(B) 80.4º 0.44% 0.88% -
XYZ 52.11 66.41 29.47 -
YUV 203.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 191 225 125 0.15 0 0.44 0.12 80.4 0.63 0.69
Hex BF E1 7D F 0 2C C 50 3E 45
Octal 277 341 175 17 0 54 14 120 76 105
Binary 10111111 11100001 1111101 1111 0 101100 1100 1010000 111110 1000101

Color Harmonies of #BFE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE17D

Black with #BFE17D

Text Example


Text Example

White with #BFE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE17D; }

 p { color: rgb(191,225,125); }

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

background-color css

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

 a { background-color: rgb(191,225,125); }

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

border-color css

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

 span { border-color: rgb(191,225,125); }

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