Html Css Color HEX #BFE072 Sulu

📋 copy color: '#BFE072'

red 191 ◦ green 224 ◦ blue 114

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

Shades of Sulu #BFE072

Tints of Sulu #BFE072

RGB

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

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

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

R = 36.11%
G = 42.34%
B = 21.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BFE072 (or 0xBFE072) is known color: Sulu. HEX triplet: BF, E0 and 72. RGB value is (191,224,114). Sum of RGB (Red+Green+Blue) = 191+224+114=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE072 is #401F8D. Grayscale: #C9C9C9. Windows color (decimal): -4202382 or 7528639. OLE color: 7528639.

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

Color convert

RGB 191 224 114 -
CMYK 0.15 0 0.49 0.12
HSL 78º 0.64% 0.66% -
HSV(B) 78º 0.49% 0.88% -
XYZ 51.18 65.6 25.88 -
YUV 201.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 191 224 114 0.15 0 0.49 0.12 78 0.64 0.66
Hex BF E0 72 F 0 31 C 4E 40 42
Octal 277 340 162 17 0 61 14 116 100 102
Binary 10111111 11100000 1110010 1111 0 110001 1100 1001110 1000000 1000010

Color Harmonies of #BFE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE072

Black with #BFE072

Text Example


Text Example

White with #BFE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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