Html Css Color HEX #C5EF48 Conifer

📋 copy color: '#C5EF48'

red 197 ◦ green 239 ◦ blue 72

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

Shades of Conifer #C5EF48

Tints of Conifer #C5EF48

RGB

 RED value IS 197 (77.34% from 255) = 38.78%

 GREEN value IS 239 (93.75% from 255) = 47.05%

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

R = 38.78%
G = 47.05%
B = 14.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#C5EF48 (or 0xC5EF48) is known color: Conifer. HEX triplet: C5, EF and 48. RGB value is (197,239,72). Sum of RGB (Red+Green+Blue) = 197+239+72=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF48 is #3A10B7. Grayscale: #D0D0D0. Windows color (decimal): -3805368 or 4779973. OLE color: 4779973.

HSL color Cylindrical-coordinate representation of color #C5EF48: hue angle of 75.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5EF48 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 72 -
CMYK 0.18 0 0.70 0.06
HSL 75.09º 0.84% 0.61% -
HSV(B) 75.09º 0.7% 0.94% -
XYZ 55.06 74.07 17.53 -
YUV 207.4 51.59 120.58 -
System Red Green Blue C M Y K H S L
Decimal 197 239 72 0.18 0 0.70 0.06 75.09 0.84 0.61
Hex C5 EF 48 12 0 46 6 4B 54 3D
Octal 305 357 110 22 0 106 6 113 124 75
Binary 11000101 11101111 1001000 10010 0 1000110 110 1001011 1010100 111101

Color Harmonies of #C5EF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EF48

Black with #C5EF48

Text Example


Text Example

White with #C5EF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EF48; }

 p { color: rgb(197,239,72); }

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

background-color css

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

 a { background-color: rgb(197,239,72); }

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

border-color css

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

 span { border-color: rgb(197,239,72); }

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