Html Css Color HEX #BFED6E Sulu

📋 copy color: '#BFED6E'

red 191 ◦ green 237 ◦ blue 110

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

Shades of Sulu #BFED6E

Tints of Sulu #BFED6E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.05%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 35.5%
G = 44.05%
B = 20.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#BFED6E (or 0xBFED6E) is known color: Sulu. HEX triplet: BF, ED and 6E. RGB value is (191,237,110). Sum of RGB (Red+Green+Blue) = 191+237+110=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED6E is #401291. Grayscale: #D1D1D1. Windows color (decimal): -4199058 or 7269823. OLE color: 7269823.

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

Color convert

RGB 191 237 110 -
CMYK 0.19 0 0.54 0.07
HSL 81.73º 0.78% 0.68% -
HSV(B) 81.73º 0.54% 0.93% -
XYZ 54.58 72.77 25.92 -
YUV 208.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 191 237 110 0.19 0 0.54 0.07 81.73 0.78 0.68
Hex BF ED 6E 13 0 36 7 52 4E 44
Octal 277 355 156 23 0 66 7 122 116 104
Binary 10111111 11101101 1101110 10011 0 110110 111 1010010 1001110 1000100

Color Harmonies of #BFED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED6E

Black with #BFED6E

Text Example


Text Example

White with #BFED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED6E; }

 p { color: rgb(191,237,110); }

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

background-color css

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

 a { background-color: rgb(191,237,110); }

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

border-color css

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

 span { border-color: rgb(191,237,110); }

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