Html Css Color HEX #C3D014 Rio Grande

📋 copy color: '#C3D014'

red 195 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #C3D014

Tints of Rio Grande #C3D014

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

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

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 46.1%
G = 49.17%
B = 4.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C3D014 (or 0xC3D014) is known color: Rio Grande. HEX triplet: C3, D0 and 14. RGB value is (195,208,20). Sum of RGB (Red+Green+Blue) = 195+208+20=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D014 is #3C2FEB. Grayscale: #B7B7B7. Windows color (decimal): -3944428 or 1364163. OLE color: 1364163.

HSL color Cylindrical-coordinate representation of color #C3D014: hue angle of 64.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3D014 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 208 20 -
CMYK 0.06 0 0.90 0.18
HSL 64.15º 0.82% 0.45% -
HSV(B) 64.15º 0.9% 0.82% -
XYZ 45.19 56.76 9.24 -
YUV 182.68 36.19 136.79 -
System Red Green Blue C M Y K H S L
Decimal 195 208 20 0.06 0 0.90 0.18 64.15 0.82 0.45
Hex C3 D0 14 6 0 5A 12 40 52 2D
Octal 303 320 24 6 0 132 22 100 122 55
Binary 11000011 11010000 10100 110 0 1011010 10010 1000000 1010010 101101

Color Harmonies of #C3D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D014

Black with #C3D014

Text Example


Text Example

White with #C3D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D014; }

 p { color: rgb(195,208,20); }

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

background-color css

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

 a { background-color: rgb(195,208,20); }

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

border-color css

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

 span { border-color: rgb(195,208,20); }

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