Html Css Color HEX #BFEC72 Sulu

📋 copy color: '#BFEC72'

red 191 ◦ green 236 ◦ blue 114

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

Shades of Sulu #BFEC72

Tints of Sulu #BFEC72

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.62%

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

R = 35.3%
G = 43.62%
B = 21.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#BFEC72 (or 0xBFEC72) is known color: Sulu. HEX triplet: BF, EC and 72. RGB value is (191,236,114). Sum of RGB (Red+Green+Blue) = 191+236+114=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC72 is #40138D. Grayscale: #D1D1D1. Windows color (decimal): -4199310 or 7531711. OLE color: 7531711.

HSL color Cylindrical-coordinate representation of color #BFEC72: hue angle of 82.13º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFEC72 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 114 -
CMYK 0.19 0 0.52 0.07
HSL 82.13º 0.76% 0.69% -
HSV(B) 82.13º 0.52% 0.93% -
XYZ 54.52 72.28 27 -
YUV 208.64 74.59 115.42 -
System Red Green Blue C M Y K H S L
Decimal 191 236 114 0.19 0 0.52 0.07 82.13 0.76 0.69
Hex BF EC 72 13 0 34 7 52 4C 45
Octal 277 354 162 23 0 64 7 122 114 105
Binary 10111111 11101100 1110010 10011 0 110100 111 1010010 1001100 1000101

Color Harmonies of #BFEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC72

Black with #BFEC72

Text Example


Text Example

White with #BFEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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