Html Css Color HEX #BFE68E Sulu

📋 copy color: '#BFE68E'

red 191 ◦ green 230 ◦ blue 142

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

Shades of Sulu #BFE68E

Tints of Sulu #BFE68E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.85%

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 33.93%
G = 40.85%
B = 25.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#BFE68E (or 0xBFE68E) is known color: Sulu. HEX triplet: BF, E6 and 8E. RGB value is (191,230,142). Sum of RGB (Red+Green+Blue) = 191+230+142=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE68E is #401971. Grayscale: #D0D0D0. Windows color (decimal): -4200818 or 9365183. OLE color: 9365183.

HSL color Cylindrical-coordinate representation of color #BFE68E: hue angle of 86.59º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE68E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 142 -
CMYK 0.17 0 0.38 0.10
HSL 86.59º 0.64% 0.73% -
HSV(B) 86.59º 0.38% 0.9% -
XYZ 54.67 69.62 36.15 -
YUV 208.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 191 230 142 0.17 0 0.38 0.10 86.59 0.64 0.73
Hex BF E6 8E 11 0 26 A 57 40 49
Octal 277 346 216 21 0 46 12 127 100 111
Binary 10111111 11100110 10001110 10001 0 100110 1010 1010111 1000000 1001001

Color Harmonies of #BFE68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE68E

Black with #BFE68E

Text Example


Text Example

White with #BFE68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE68E; }

 p { color: rgb(191,230,142); }

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

background-color css

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

 a { background-color: rgb(191,230,142); }

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

border-color css

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

 span { border-color: rgb(191,230,142); }

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