Html Css Color HEX #CDE067 Mindaro

📋 copy color: '#CDE067'

red 205 ◦ green 224 ◦ blue 103

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

Shades of Mindaro #CDE067

Tints of Mindaro #CDE067

RGB

 RED value IS 205 (80.47% from 255) = 38.53%

 GREEN value IS 224 (87.89% from 255) = 42.11%

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

R = 38.53%
G = 42.11%
B = 19.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CDE067 (or 0xCDE067) is known color: Mindaro. HEX triplet: CD, E0 and 67. RGB value is (205,224,103). Sum of RGB (Red+Green+Blue) = 205+224+103=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE067 is #321F98. Grayscale: #CCCCCC. Windows color (decimal): -3284889 or 6807757. OLE color: 6807757.

HSL color Cylindrical-coordinate representation of color #CDE067: hue angle of 69.42º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDE067 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 103 -
CMYK 0.08 0 0.54 0.12
HSL 69.42º 0.66% 0.64% -
HSV(B) 69.42º 0.54% 0.88% -
XYZ 54.28 67.27 22.96 -
YUV 204.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 205 224 103 0.08 0 0.54 0.12 69.42 0.66 0.64
Hex CD E0 67 8 0 36 C 45 42 40
Octal 315 340 147 10 0 66 14 105 102 100
Binary 11001101 11100000 1100111 1000 0 110110 1100 1000101 1000010 1000000

Color Harmonies of #CDE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE067

Black with #CDE067

Text Example


Text Example

White with #CDE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE067; }

 p { color: rgb(205,224,103); }

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

background-color css

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

 a { background-color: rgb(205,224,103); }

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

border-color css

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

 span { border-color: rgb(205,224,103); }

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