Html Css Color HEX #C2F19B Reef

📋 copy color: '#C2F19B'

red 194 ◦ green 241 ◦ blue 155

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

Shades of Reef #C2F19B

Tints of Reef #C2F19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.27%

R = 32.88%
G = 40.85%
B = 26.27%

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

#C2F19B (or 0xC2F19B) is known color: Reef. HEX triplet: C2, F1 and 9B. RGB value is (194,241,155). Sum of RGB (Red+Green+Blue) = 194+241+155=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F19B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F19B is #3D0E64. Grayscale: #D9D9D9. Windows color (decimal): -4001381 or 10219970. OLE color: 10219970.

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

Color convert

RGB 194 241 155 -
CMYK 0.20 0 0.36 0.05
HSL 92.79º 0.75% 0.78% -
HSV(B) 92.79º 0.36% 0.95% -
XYZ 59.62 76.75 42.68 -
YUV 217.14 92.93 111.49 -
System Red Green Blue C M Y K H S L
Decimal 194 241 155 0.20 0 0.36 0.05 92.79 0.75 0.78
Hex C2 F1 9B 14 0 24 5 5D 4B 4E
Octal 302 361 233 24 0 44 5 135 113 116
Binary 11000010 11110001 10011011 10100 0 100100 101 1011101 1001011 1001110

Color Harmonies of #C2F19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F19B

Black with #C2F19B

Text Example


Text Example

White with #C2F19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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