Html Css Color HEX #C2D003 La Rioja

📋 copy color: '#C2D003'

red 194 ◦ green 208 ◦ blue 3

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

Shades of La Rioja #C2D003

Tints of La Rioja #C2D003

RGB

 RED value IS 194 (76.17% from 255) = 47.9%

 GREEN value IS 208 (81.64% from 255) = 51.36%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 47.9%
G = 51.36%
B = 0.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#C2D003 (or 0xC2D003) is known color: La Rioja. HEX triplet: C2, D0 and 03. RGB value is (194,208,3). Sum of RGB (Red+Green+Blue) = 194+208+3=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D003 is #3D2FFC. Grayscale: #B5B5B5. Windows color (decimal): -4009981 or 250050. OLE color: 250050.

HSL color Cylindrical-coordinate representation of color #C2D003: hue angle of 64.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2D003 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 3 -
CMYK 0.07 0 0.99 0.18
HSL 64.1º 0.97% 0.41% -
HSV(B) 64.1º 0.99% 0.82% -
XYZ 44.82 56.59 8.65 -
YUV 180.44 27.86 137.67 -
System Red Green Blue C M Y K H S L
Decimal 194 208 3 0.07 0 0.99 0.18 64.1 0.97 0.41
Hex C2 D0 3 7 0 63 12 40 61 29
Octal 302 320 3 7 0 143 22 100 141 51
Binary 11000010 11010000 11 111 0 1100011 10010 1000000 1100001 101001

Color Harmonies of #C2D003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D003

Black with #C2D003

Text Example


Text Example

White with #C2D003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D003; }

 p { color: rgb(194,208,3); }

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

background-color css

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

 a { background-color: rgb(194,208,3); }

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

border-color css

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

 span { border-color: rgb(194,208,3); }

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