Html Css Color HEX #BFE972 Sulu

📋 copy color: '#BFE972'

red 191 ◦ green 233 ◦ blue 114

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

Shades of Sulu #BFE972

Tints of Sulu #BFE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 35.5%
G = 43.31%
B = 21.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#BFE972 (or 0xBFE972) is known color: Sulu. HEX triplet: BF, E9 and 72. RGB value is (191,233,114). Sum of RGB (Red+Green+Blue) = 191+233+114=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE972 is #40168D. Grayscale: #CFCFCF. Windows color (decimal): -4200078 or 7530943. OLE color: 7530943.

HSL color Cylindrical-coordinate representation of color #BFE972: hue angle of 81.18º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE972 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 114 -
CMYK 0.18 0 0.51 0.09
HSL 81.18º 0.73% 0.68% -
HSV(B) 81.18º 0.51% 0.91% -
XYZ 53.66 70.57 26.71 -
YUV 206.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 191 233 114 0.18 0 0.51 0.09 81.18 0.73 0.68
Hex BF E9 72 12 0 33 9 51 49 44
Octal 277 351 162 22 0 63 11 121 111 104
Binary 10111111 11101001 1110010 10010 0 110011 1001 1010001 1001001 1000100

Color Harmonies of #BFE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE972

Black with #BFE972

Text Example


Text Example

White with #BFE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE972; }

 p { color: rgb(191,233,114); }

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

background-color css

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

 a { background-color: rgb(191,233,114); }

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

border-color css

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

 span { border-color: rgb(191,233,114); }

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