Html Css Color HEX #CADD67 Mindaro

📋 copy color: '#CADD67'

red 202 ◦ green 221 ◦ blue 103

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

Shades of Mindaro #CADD67

Tints of Mindaro #CADD67

RGB

 RED value IS 202 (79.3% from 255) = 38.4%

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 103 (40.63% from 255) = 19.58%

R = 38.4%
G = 42.02%
B = 19.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CADD67 (or 0xCADD67) is known color: Mindaro. HEX triplet: CA, DD and 67. RGB value is (202,221,103). Sum of RGB (Red+Green+Blue) = 202+221+103=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD67 is #352298. Grayscale: #CACACA. Windows color (decimal): -3482265 or 6806986. OLE color: 6806986.

HSL color Cylindrical-coordinate representation of color #CADD67: hue angle of 69.66º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CADD67 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 103 -
CMYK 0.09 0 0.53 0.13
HSL 69.66º 0.63% 0.64% -
HSV(B) 69.66º 0.53% 0.87% -
XYZ 52.66 65.25 22.65 -
YUV 201.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 202 221 103 0.09 0 0.53 0.13 69.66 0.63 0.64
Hex CA DD 67 9 0 35 D 46 3F 40
Octal 312 335 147 11 0 65 15 106 77 100
Binary 11001010 11011101 1100111 1001 0 110101 1101 1000110 111111 1000000

Color Harmonies of #CADD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD67

Black with #CADD67

Text Example


Text Example

White with #CADD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD67; }

 p { color: rgb(202,221,103); }

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

background-color css

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

 a { background-color: rgb(202,221,103); }

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

border-color css

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

 span { border-color: rgb(202,221,103); }

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