Html Css Color HEX #BFE17C Sulu

📋 copy color: '#BFE17C'

red 191 ◦ green 225 ◦ blue 124

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

Shades of Sulu #BFE17C

Tints of Sulu #BFE17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.96%

R = 35.37%
G = 41.67%
B = 22.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BFE17C (or 0xBFE17C) is known color: Sulu. HEX triplet: BF, E1 and 7C. RGB value is (191,225,124). Sum of RGB (Red+Green+Blue) = 191+225+124=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE17C is #401E83. Grayscale: #CBCBCB. Windows color (decimal): -4202116 or 8184255. OLE color: 8184255.

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

Color convert

RGB 191 225 124 -
CMYK 0.15 0 0.45 0.12
HSL 80.2º 0.63% 0.68% -
HSV(B) 80.2º 0.45% 0.88% -
XYZ 52.05 66.38 29.14 -
YUV 203.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 191 225 124 0.15 0 0.45 0.12 80.2 0.63 0.68
Hex BF E1 7C F 0 2D C 50 3F 44
Octal 277 341 174 17 0 55 14 120 77 104
Binary 10111111 11100001 1111100 1111 0 101101 1100 1010000 111111 1000100

Color Harmonies of #BFE17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE17C

Black with #BFE17C

Text Example


Text Example

White with #BFE17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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