Html Css Color HEX #BFEE74 Sulu

📋 copy color: '#BFEE74'

red 191 ◦ green 238 ◦ blue 116

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

Shades of Sulu #BFEE74

Tints of Sulu #BFEE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 35.05%
G = 43.67%
B = 21.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#BFEE74 (or 0xBFEE74) is known color: Sulu. HEX triplet: BF, EE and 74. RGB value is (191,238,116). Sum of RGB (Red+Green+Blue) = 191+238+116=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE74 is #40118B. Grayscale: #D2D2D2. Windows color (decimal): -4198796 or 7663295. OLE color: 7663295.

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

Color convert

RGB 191 238 116 -
CMYK 0.20 0 0.51 0.07
HSL 83.11º 0.78% 0.69% -
HSV(B) 83.11º 0.51% 0.93% -
XYZ 55.21 73.49 27.8 -
YUV 210.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 191 238 116 0.20 0 0.51 0.07 83.11 0.78 0.69
Hex BF EE 74 14 0 33 7 53 4E 45
Octal 277 356 164 24 0 63 7 123 116 105
Binary 10111111 11101110 1110100 10100 0 110011 111 1010011 1001110 1000101

Color Harmonies of #BFEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE74

Black with #BFEE74

Text Example


Text Example

White with #BFEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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