Html Css Color HEX #C2F19A Reef

📋 copy color: '#C2F19A'

red 194 ◦ green 241 ◦ blue 154

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

Shades of Reef #C2F19A

Tints of Reef #C2F19A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.92%

 BLUE value IS 154 (60.55% from 255) = 26.15%

R = 32.94%
G = 40.92%
B = 26.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#C2F19A (or 0xC2F19A) is known color: Reef. HEX triplet: C2, F1 and 9A. RGB value is (194,241,154). Sum of RGB (Red+Green+Blue) = 194+241+154=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F19A is #3D0E65. Grayscale: #D9D9D9. Windows color (decimal): -4001382 or 10154434. OLE color: 10154434.

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

Color convert

RGB 194 241 154 -
CMYK 0.20 0 0.36 0.05
HSL 92.41º 0.76% 0.77% -
HSV(B) 92.41º 0.36% 0.95% -
XYZ 59.54 76.71 42.24 -
YUV 217.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 194 241 154 0.20 0 0.36 0.05 92.41 0.76 0.77
Hex C2 F1 9A 14 0 24 5 5C 4C 4D
Octal 302 361 232 24 0 44 5 134 114 115
Binary 11000010 11110001 10011010 10100 0 100100 101 1011100 1001100 1001101

Color Harmonies of #C2F19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F19A

Black with #C2F19A

Text Example


Text Example

White with #C2F19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F19A; }

 p { color: rgb(194,241,154); }

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

background-color css

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

 a { background-color: rgb(194,241,154); }

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

border-color css

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

 span { border-color: rgb(194,241,154); }

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