Html Css Color HEX #C2F28F Sulu

📋 copy color: '#C2F28F'

red 194 ◦ green 242 ◦ blue 143

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

Shades of Sulu #C2F28F

Tints of Sulu #C2F28F

RGB

 RED value IS 194 (76.17% from 255) = 33.51%

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

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

R = 33.51%
G = 41.8%
B = 24.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#C2F28F (or 0xC2F28F) is known color: Sulu. HEX triplet: C2, F2 and 8F. RGB value is (194,242,143). Sum of RGB (Red+Green+Blue) = 194+242+143=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F28F is #3D0D70. Grayscale: #D8D8D8. Windows color (decimal): -4001137 or 9433794. OLE color: 9433794.

HSL color Cylindrical-coordinate representation of color #C2F28F: hue angle of 89.09º 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 #C2F28F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 143 -
CMYK 0.20 0 0.41 0.05
HSL 89.09º 0.79% 0.75% -
HSV(B) 89.09º 0.41% 0.95% -
XYZ 58.96 76.96 37.73 -
YUV 216.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 194 242 143 0.20 0 0.41 0.05 89.09 0.79 0.75
Hex C2 F2 8F 14 0 29 5 59 4F 4B
Octal 302 362 217 24 0 51 5 131 117 113
Binary 11000010 11110010 10001111 10100 0 101001 101 1011001 1001111 1001011

Color Harmonies of #C2F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F28F

Black with #C2F28F

Text Example


Text Example

White with #C2F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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