Html Css Color HEX #C0E74B Conifer

📋 copy color: '#C0E74B'

red 192 ◦ green 231 ◦ blue 75

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

Shades of Conifer #C0E74B

Tints of Conifer #C0E74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.39%

 BLUE value IS 75 (29.69% from 255) = 15.06%

R = 38.55%
G = 46.39%
B = 15.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#C0E74B (or 0xC0E74B) is known color: Conifer. HEX triplet: C0, E7 and 4B. RGB value is (192,231,75). Sum of RGB (Red+Green+Blue) = 192+231+75=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E74B is #3F18B4. Grayscale: #CACACA. Windows color (decimal): -4135093 or 4974528. OLE color: 4974528.

HSL color Cylindrical-coordinate representation of color #C0E74B: hue angle of 75º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0E74B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 231 75 -
CMYK 0.17 0 0.68 0.09
HSL 75º 0.76% 0.6% -
HSV(B) 75º 0.68% 0.91% -
XYZ 51.58 68.87 17.23 -
YUV 201.56 56.58 121.18 -
System Red Green Blue C M Y K H S L
Decimal 192 231 75 0.17 0 0.68 0.09 75 0.76 0.6
Hex C0 E7 4B 11 0 44 9 4B 4C 3C
Octal 300 347 113 21 0 104 11 113 114 74
Binary 11000000 11100111 1001011 10001 0 1000100 1001 1001011 1001100 111100

Color Harmonies of #C0E74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E74B

Black with #C0E74B

Text Example


Text Example

White with #C0E74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E74B; }

 p { color: rgb(192,231,75); }

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

background-color css

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

 a { background-color: rgb(192,231,75); }

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

border-color css

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

 span { border-color: rgb(192,231,75); }

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