Html Css Color HEX #C2F390 Sulu

📋 copy color: '#C2F390'

red 194 ◦ green 243 ◦ blue 144

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

Shades of Sulu #C2F390

Tints of Sulu #C2F390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.78%

R = 33.39%
G = 41.82%
B = 24.78%

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

#C2F390 (or 0xC2F390) is known color: Sulu. HEX triplet: C2, F3 and 90. RGB value is (194,243,144). Sum of RGB (Red+Green+Blue) = 194+243+144=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F390 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F390 is #3D0C6F. Grayscale: #D9D9D9. Windows color (decimal): -4000880 or 9499586. OLE color: 9499586.

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

Color convert

RGB 194 243 144 -
CMYK 0.20 0 0.41 0.05
HSL 89.7º 0.8% 0.76% -
HSV(B) 89.7º 0.41% 0.95% -
XYZ 59.33 77.58 38.23 -
YUV 217.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 194 243 144 0.20 0 0.41 0.05 89.7 0.8 0.76
Hex C2 F3 90 14 0 29 5 5A 50 4C
Octal 302 363 220 24 0 51 5 132 120 114
Binary 11000010 11110011 10010000 10100 0 101001 101 1011010 1010000 1001100

Color Harmonies of #C2F390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F390

Black with #C2F390

Text Example


Text Example

White with #C2F390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F390; }

 p { color: rgb(194,243,144); }

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

background-color css

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

 a { background-color: rgb(194,243,144); }

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

border-color css

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

 span { border-color: rgb(194,243,144); }

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