Html Css Color HEX #BFEE6B Sulu

📋 copy color: '#BFEE6B'

red 191 ◦ green 238 ◦ blue 107

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

Shades of Sulu #BFEE6B

Tints of Sulu #BFEE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.96%

R = 35.63%
G = 44.4%
B = 19.96%

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

#BFEE6B (or 0xBFEE6B) is known color: Sulu. HEX triplet: BF, EE and 6B. RGB value is (191,238,107). Sum of RGB (Red+Green+Blue) = 191+238+107=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE6B is #401194. Grayscale: #D1D1D1. Windows color (decimal): -4198805 or 7073471. OLE color: 7073471.

HSL color Cylindrical-coordinate representation of color #BFEE6B: hue angle of 81.53º 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 #BFEE6B is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 107 -
CMYK 0.20 0 0.55 0.07
HSL 81.53º 0.79% 0.68% -
HSV(B) 81.53º 0.55% 0.93% -
XYZ 54.71 73.29 25.17 -
YUV 209.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 191 238 107 0.20 0 0.55 0.07 81.53 0.79 0.68
Hex BF EE 6B 14 0 37 7 52 4F 44
Octal 277 356 153 24 0 67 7 122 117 104
Binary 10111111 11101110 1101011 10100 0 110111 111 1010010 1001111 1000100

Color Harmonies of #BFEE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE6B

Black with #BFEE6B

Text Example


Text Example

White with #BFEE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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