Html Css Color HEX #BCF28F Sulu

📋 copy color: '#BCF28F'

red 188 ◦ green 242 ◦ blue 143

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

Shades of Sulu #BCF28F

Tints of Sulu #BCF28F

RGB

 RED value IS 188 (73.83% from 255) = 32.81%

 GREEN value IS 242 (94.92% from 255) = 42.23%

 BLUE value IS 143 (56.25% from 255) = 24.96%

R = 32.81%
G = 42.23%
B = 24.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#BCF28F (or 0xBCF28F) is known color: Sulu. HEX triplet: BC, F2 and 8F. RGB value is (188,242,143). Sum of RGB (Red+Green+Blue) = 188+242+143=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF28F is #430D70. Grayscale: #D6D6D6. Windows color (decimal): -4394353 or 9433788. OLE color: 9433788.

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

Color convert

RGB 188 242 143 -
CMYK 0.22 0 0.41 0.05
HSL 92.73º 0.79% 0.75% -
HSV(B) 92.73º 0.41% 0.95% -
XYZ 57.45 76.18 37.66 -
YUV 214.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 188 242 143 0.22 0 0.41 0.05 92.73 0.79 0.75
Hex BC F2 8F 16 0 29 5 5D 4F 4B
Octal 274 362 217 26 0 51 5 135 117 113
Binary 10111100 11110010 10001111 10110 0 101001 101 1011101 1001111 1001011

Color Harmonies of #BCF28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF28F

Black with #BCF28F

Text Example


Text Example

White with #BCF28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF28F; }

 p { color: rgb(188,242,143); }

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

background-color css

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

 a { background-color: rgb(188,242,143); }

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

border-color css

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

 span { border-color: rgb(188,242,143); }

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