Html Css Color HEX #C2F063 Sulu

📋 copy color: '#C2F063'

red 194 ◦ green 240 ◦ blue 99

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

Shades of Sulu #C2F063

Tints of Sulu #C2F063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.03%

 BLUE value IS 99 (39.06% from 255) = 18.57%

R = 36.4%
G = 45.03%
B = 18.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#C2F063 (or 0xC2F063) is known color: Sulu. HEX triplet: C2, F0 and 63. RGB value is (194,240,99). Sum of RGB (Red+Green+Blue) = 194+240+99=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F063 is #3D0F9C. Grayscale: #D2D2D2. Windows color (decimal): -4001693 or 6549698. OLE color: 6549698.

HSL color Cylindrical-coordinate representation of color #C2F063: hue angle of 79.57º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2F063 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 240 99 -
CMYK 0.19 0 0.59 0.06
HSL 79.57º 0.82% 0.66% -
HSV(B) 79.57º 0.59% 0.94% -
XYZ 55.66 74.69 23.29 -
YUV 210.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 194 240 99 0.19 0 0.59 0.06 79.57 0.82 0.66
Hex C2 F0 63 13 0 3B 6 50 52 42
Octal 302 360 143 23 0 73 6 120 122 102
Binary 11000010 11110000 1100011 10011 0 111011 110 1010000 1010010 1000010

Color Harmonies of #C2F063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F063

Black with #C2F063

Text Example


Text Example

White with #C2F063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F063; }

 p { color: rgb(194,240,99); }

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

background-color css

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

 a { background-color: rgb(194,240,99); }

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

border-color css

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

 span { border-color: rgb(194,240,99); }

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