Html Css Color HEX #BFEE6A Sulu

📋 copy color: '#BFEE6A'

red 191 ◦ green 238 ◦ blue 106

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

Shades of Sulu #BFEE6A

Tints of Sulu #BFEE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 35.7%
G = 44.49%
B = 19.81%

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

#BFEE6A (or 0xBFEE6A) is known color: Sulu. HEX triplet: BF, EE and 6A. RGB value is (191,238,106). Sum of RGB (Red+Green+Blue) = 191+238+106=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE6A is #401195. Grayscale: #D1D1D1. Windows color (decimal): -4198806 or 7007935. OLE color: 7007935.

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

Color convert

RGB 191 238 106 -
CMYK 0.20 0 0.55 0.07
HSL 81.36º 0.8% 0.67% -
HSV(B) 81.36º 0.55% 0.93% -
XYZ 54.66 73.27 24.9 -
YUV 208.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 191 238 106 0.20 0 0.55 0.07 81.36 0.8 0.67
Hex BF EE 6A 14 0 37 7 51 50 43
Octal 277 356 152 24 0 67 7 121 120 103
Binary 10111111 11101110 1101010 10100 0 110111 111 1010001 1010000 1000011

Color Harmonies of #BFEE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE6A

Black with #BFEE6A

Text Example


Text Example

White with #BFEE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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