Html Css Color HEX #BFF38E Sulu

📋 copy color: '#BFF38E'

red 191 ◦ green 243 ◦ blue 142

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

Shades of Sulu #BFF38E

Tints of Sulu #BFF38E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.19%

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

R = 33.16%
G = 42.19%
B = 24.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BFF38E (or 0xBFF38E) is known color: Sulu. HEX triplet: BF, F3 and 8E. RGB value is (191,243,142). Sum of RGB (Red+Green+Blue) = 191+243+142=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF38E is #400C71. Grayscale: #D8D8D8. Windows color (decimal): -4197490 or 9368511. OLE color: 9368511.

HSL color Cylindrical-coordinate representation of color #BFF38E: hue angle of 90.89º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF38E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 243 142 -
CMYK 0.21 0 0.42 0.05
HSL 90.89º 0.81% 0.75% -
HSV(B) 90.89º 0.42% 0.95% -
XYZ 58.42 77.13 37.4 -
YUV 215.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 191 243 142 0.21 0 0.42 0.05 90.89 0.81 0.75
Hex BF F3 8E 15 0 2A 5 5B 51 4B
Octal 277 363 216 25 0 52 5 133 121 113
Binary 10111111 11110011 10001110 10101 0 101010 101 1011011 1010001 1001011

Color Harmonies of #BFF38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF38E

Black with #BFF38E

Text Example


Text Example

White with #BFF38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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