Html Css Color HEX #CDDF65 Mindaro

📋 copy color: '#CDDF65'

red 205 ◦ green 223 ◦ blue 101

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

Shades of Mindaro #CDDF65

Tints of Mindaro #CDDF65

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 38.75%
G = 42.16%
B = 19.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#CDDF65 (or 0xCDDF65) is known color: Mindaro. HEX triplet: CD, DF and 65. RGB value is (205,223,101). Sum of RGB (Red+Green+Blue) = 205+223+101=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF65 is #32209A. Grayscale: #CCCCCC. Windows color (decimal): -3285147 or 6676429. OLE color: 6676429.

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

Color convert

RGB 205 223 101 -
CMYK 0.08 0 0.55 0.13
HSL 68.85º 0.66% 0.64% -
HSV(B) 68.85º 0.55% 0.87% -
XYZ 53.91 66.69 22.34 -
YUV 203.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 205 223 101 0.08 0 0.55 0.13 68.85 0.66 0.64
Hex CD DF 65 8 0 37 D 45 42 40
Octal 315 337 145 10 0 67 15 105 102 100
Binary 11001101 11011111 1100101 1000 0 110111 1101 1000101 1000010 1000000

Color Harmonies of #CDDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF65

Black with #CDDF65

Text Example


Text Example

White with #CDDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF65; }

 p { color: rgb(205,223,101); }

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

background-color css

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

 a { background-color: rgb(205,223,101); }

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

border-color css

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

 span { border-color: rgb(205,223,101); }

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