Html Css Color HEX #C9F094 Reef

📋 copy color: '#C9F094'

red 201 ◦ green 240 ◦ blue 148

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

Shades of Reef #C9F094

Tints of Reef #C9F094

RGB

 RED value IS 201 (78.91% from 255) = 34.13%

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

 BLUE value IS 148 (58.2% from 255) = 25.13%

R = 34.13%
G = 40.75%
B = 25.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#C9F094 (or 0xC9F094) is known color: Reef. HEX triplet: C9, F0 and 94. RGB value is (201,240,148). Sum of RGB (Red+Green+Blue) = 201+240+148=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F094 is #360F6B. Grayscale: #DADADA. Windows color (decimal): -3542892 or 9760969. OLE color: 9760969.

HSL color Cylindrical-coordinate representation of color #C9F094: hue angle of 85.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9F094 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 240 148 -
CMYK 0.16 0 0.38 0.06
HSL 85.43º 0.75% 0.76% -
HSV(B) 85.43º 0.38% 0.94% -
XYZ 60.59 76.88 39.66 -
YUV 217.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 201 240 148 0.16 0 0.38 0.06 85.43 0.75 0.76
Hex C9 F0 94 10 0 26 6 55 4B 4C
Octal 311 360 224 20 0 46 6 125 113 114
Binary 11001001 11110000 10010100 10000 0 100110 110 1010101 1001011 1001100

Color Harmonies of #C9F094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F094

Black with #C9F094

Text Example


Text Example

White with #C9F094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F094; }

 p { color: rgb(201,240,148); }

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

background-color css

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

 a { background-color: rgb(201,240,148); }

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

border-color css

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

 span { border-color: rgb(201,240,148); }

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