Html Css Color HEX #C0F24A Conifer

📋 copy color: '#C0F24A'

red 192 ◦ green 242 ◦ blue 74

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

Shades of Conifer #C0F24A

Tints of Conifer #C0F24A

RGB

 RED value IS 192 (75.39% from 255) = 37.8%

 GREEN value IS 242 (94.92% from 255) = 47.64%

 BLUE value IS 74 (29.3% from 255) = 14.57%

R = 37.8%
G = 47.64%
B = 14.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#C0F24A (or 0xC0F24A) is known color: Conifer. HEX triplet: C0, F2 and 4A. RGB value is (192,242,74). Sum of RGB (Red+Green+Blue) = 192+242+74=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F24A is #3F0DB5. Grayscale: #D0D0D0. Windows color (decimal): -4132278 or 4911808. OLE color: 4911808.

HSL color Cylindrical-coordinate representation of color #C0F24A: hue angle of 77.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0F24A is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 74 -
CMYK 0.21 0 0.69 0.05
HSL 77.86º 0.87% 0.62% -
HSV(B) 77.86º 0.69% 0.95% -
XYZ 54.73 75.21 18.11 -
YUV 207.9 52.44 116.66 -
System Red Green Blue C M Y K H S L
Decimal 192 242 74 0.21 0 0.69 0.05 77.86 0.87 0.62
Hex C0 F2 4A 15 0 45 5 4E 57 3E
Octal 300 362 112 25 0 105 5 116 127 76
Binary 11000000 11110010 1001010 10101 0 1000101 101 1001110 1010111 111110

Color Harmonies of #C0F24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F24A

Black with #C0F24A

Text Example


Text Example

White with #C0F24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F24A; }

 p { color: rgb(192,242,74); }

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

background-color css

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

 a { background-color: rgb(192,242,74); }

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

border-color css

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

 span { border-color: rgb(192,242,74); }

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