Html Css Color HEX #BFEE6C Sulu

📋 copy color: '#BFEE6C'

red 191 ◦ green 238 ◦ blue 108

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

Shades of Sulu #BFEE6C

Tints of Sulu #BFEE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.11%

R = 35.57%
G = 44.32%
B = 20.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BFEE6C (or 0xBFEE6C) is known color: Sulu. HEX triplet: BF, EE and 6C. RGB value is (191,238,108). Sum of RGB (Red+Green+Blue) = 191+238+108=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE6C is #401193. Grayscale: #D1D1D1. Windows color (decimal): -4198804 or 7139007. OLE color: 7139007.

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

Color convert

RGB 191 238 108 -
CMYK 0.20 0 0.55 0.07
HSL 81.69º 0.79% 0.68% -
HSV(B) 81.69º 0.55% 0.93% -
XYZ 54.77 73.31 25.45 -
YUV 209.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 191 238 108 0.20 0 0.55 0.07 81.69 0.79 0.68
Hex BF EE 6C 14 0 37 7 52 4F 44
Octal 277 356 154 24 0 67 7 122 117 104
Binary 10111111 11101110 1101100 10100 0 110111 111 1010010 1001111 1000100

Color Harmonies of #BFEE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE6C

Black with #BFEE6C

Text Example


Text Example

White with #BFEE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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