Html Css Color HEX #C0D30C La Rioja

📋 copy color: '#C0D30C'

red 192 ◦ green 211 ◦ blue 12

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

Shades of La Rioja #C0D30C

Tints of La Rioja #C0D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.84%

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 46.27%
G = 50.84%
B = 2.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C0D30C (or 0xC0D30C) is known color: La Rioja. HEX triplet: C0, D3 and 0C. RGB value is (192,211,12). Sum of RGB (Red+Green+Blue) = 192+211+12=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D30C is #3F2CF3. Grayscale: #B7B7B7. Windows color (decimal): -4140276 or 840640. OLE color: 840640.

HSL color Cylindrical-coordinate representation of color #C0D30C: hue angle of 65.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0D30C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 12 -
CMYK 0.09 0 0.94 0.17
HSL 65.73º 0.89% 0.44% -
HSV(B) 65.73º 0.94% 0.83% -
XYZ 45.1 57.82 9.13 -
YUV 182.63 31.71 134.68 -
System Red Green Blue C M Y K H S L
Decimal 192 211 12 0.09 0 0.94 0.17 65.73 0.89 0.44
Hex C0 D3 C 9 0 5E 11 42 59 2C
Octal 300 323 14 11 0 136 21 102 131 54
Binary 11000000 11010011 1100 1001 0 1011110 10001 1000010 1011001 101100

Color Harmonies of #C0D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D30C

Black with #C0D30C

Text Example


Text Example

White with #C0D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D30C; }

 p { color: rgb(192,211,12); }

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

background-color css

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

 a { background-color: rgb(192,211,12); }

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

border-color css

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

 span { border-color: rgb(192,211,12); }

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