Html Css Color HEX #BFEE70 Sulu

📋 copy color: '#BFEE70'

red 191 ◦ green 238 ◦ blue 112

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

Shades of Sulu #BFEE70

Tints of Sulu #BFEE70

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.99%

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 35.3%
G = 43.99%
B = 20.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#BFEE70 (or 0xBFEE70) is known color: Sulu. HEX triplet: BF, EE and 70. RGB value is (191,238,112). Sum of RGB (Red+Green+Blue) = 191+238+112=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE70 is #40118F. Grayscale: #D2D2D2. Windows color (decimal): -4198800 or 7401151. OLE color: 7401151.

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

Color convert

RGB 191 238 112 -
CMYK 0.20 0 0.53 0.07
HSL 82.38º 0.79% 0.69% -
HSV(B) 82.38º 0.53% 0.93% -
XYZ 54.99 73.4 26.6 -
YUV 209.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 191 238 112 0.20 0 0.53 0.07 82.38 0.79 0.69
Hex BF EE 70 14 0 35 7 52 4F 45
Octal 277 356 160 24 0 65 7 122 117 105
Binary 10111111 11101110 1110000 10100 0 110101 111 1010010 1001111 1000101

Color Harmonies of #BFEE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE70

Black with #BFEE70

Text Example


Text Example

White with #BFEE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE70; }

 p { color: rgb(191,238,112); }

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

background-color css

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

 a { background-color: rgb(191,238,112); }

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

border-color css

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

 span { border-color: rgb(191,238,112); }

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