Html Css Color HEX #BFE17A Sulu

📋 copy color: '#BFE17A'

red 191 ◦ green 225 ◦ blue 122

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

Shades of Sulu #BFE17A

Tints of Sulu #BFE17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 35.5%
G = 41.82%
B = 22.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#BFE17A (or 0xBFE17A) is known color: Sulu. HEX triplet: BF, E1 and 7A. RGB value is (191,225,122). Sum of RGB (Red+Green+Blue) = 191+225+122=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE17A is #401E85. Grayscale: #CBCBCB. Windows color (decimal): -4202118 or 8053183. OLE color: 8053183.

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

Color convert

RGB 191 225 122 -
CMYK 0.15 0 0.46 0.12
HSL 79.81º 0.63% 0.68% -
HSV(B) 79.81º 0.46% 0.88% -
XYZ 51.92 66.33 28.48 -
YUV 203.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 191 225 122 0.15 0 0.46 0.12 79.81 0.63 0.68
Hex BF E1 7A F 0 2E C 50 3F 44
Octal 277 341 172 17 0 56 14 120 77 104
Binary 10111111 11100001 1111010 1111 0 101110 1100 1010000 111111 1000100

Color Harmonies of #BFE17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE17A

Black with #BFE17A

Text Example


Text Example

White with #BFE17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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