Html Css Color HEX #C0F348 Conifer

📋 copy color: '#C0F348'

red 192 ◦ green 243 ◦ blue 72

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

Shades of Conifer #C0F348

Tints of Conifer #C0F348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.93%

 BLUE value IS 72 (28.52% from 255) = 14.2%

R = 37.87%
G = 47.93%
B = 14.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C0F348 (or 0xC0F348) is known color: Conifer. HEX triplet: C0, F3 and 48. RGB value is (192,243,72). Sum of RGB (Red+Green+Blue) = 192+243+72=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F348 is #3F0CB7. Grayscale: #D0D0D0. Windows color (decimal): -4132024 or 4780992. OLE color: 4780992.

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

Color convert

RGB 192 243 72 -
CMYK 0.21 0 0.70 0.05
HSL 77.89º 0.88% 0.62% -
HSV(B) 77.89º 0.7% 0.95% -
XYZ 54.96 75.78 17.86 -
YUV 208.26 51.1 116.4 -
System Red Green Blue C M Y K H S L
Decimal 192 243 72 0.21 0 0.70 0.05 77.89 0.88 0.62
Hex C0 F3 48 15 0 46 5 4E 58 3E
Octal 300 363 110 25 0 106 5 116 130 76
Binary 11000000 11110011 1001000 10101 0 1000110 101 1001110 1011000 111110

Color Harmonies of #C0F348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F348

Black with #C0F348

Text Example


Text Example

White with #C0F348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F348; }

 p { color: rgb(192,243,72); }

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

background-color css

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

 a { background-color: rgb(192,243,72); }

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

border-color css

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

 span { border-color: rgb(192,243,72); }

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