Html Css Color HEX #C2F990 Reef

📋 copy color: '#C2F990'

red 194 ◦ green 249 ◦ blue 144

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

Shades of Reef #C2F990

Tints of Reef #C2F990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

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

R = 33.05%
G = 42.42%
B = 24.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#C2F990 (or 0xC2F990) is known color: Reef. HEX triplet: C2, F9 and 90. RGB value is (194,249,144). Sum of RGB (Red+Green+Blue) = 194+249+144=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F990 is #3D066F. Grayscale: #DCDCDC. Windows color (decimal): -3999344 or 9501122. OLE color: 9501122.

HSL color Cylindrical-coordinate representation of color #C2F990: hue angle of 91.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2F990 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 144 -
CMYK 0.22 0 0.42 0.02
HSL 91.43º 0.9% 0.77% -
HSV(B) 91.43º 0.42% 0.98% -
XYZ 61.16 81.23 38.84 -
YUV 220.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 194 249 144 0.22 0 0.42 0.02 91.43 0.9 0.77
Hex C2 F9 90 16 0 2A 2 5B 5A 4D
Octal 302 371 220 26 0 52 2 133 132 115
Binary 11000010 11111001 10010000 10110 0 101010 10 1011011 1011010 1001101

Color Harmonies of #C2F990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F990

Black with #C2F990

Text Example


Text Example

White with #C2F990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F990; }

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

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

background-color css

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

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

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

border-color css

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

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

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