Html Css Color HEX #CDDF71 Mindaro

📋 copy color: '#CDDF71'

red 205 ◦ green 223 ◦ blue 113

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

Shades of Mindaro #CDDF71

Tints of Mindaro #CDDF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 37.89%
G = 41.22%
B = 20.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CDDF71 (or 0xCDDF71) is known color: Mindaro. HEX triplet: CD, DF and 71. RGB value is (205,223,113). Sum of RGB (Red+Green+Blue) = 205+223+113=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF71 is #32208E. Grayscale: #CDCDCD. Windows color (decimal): -3285135 or 7462861. OLE color: 7462861.

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

Color convert

RGB 205 223 113 -
CMYK 0.08 0 0.49 0.13
HSL 69.82º 0.63% 0.66% -
HSV(B) 69.82º 0.49% 0.87% -
XYZ 54.55 66.95 25.67 -
YUV 205.08 76.04 127.94 -
System Red Green Blue C M Y K H S L
Decimal 205 223 113 0.08 0 0.49 0.13 69.82 0.63 0.66
Hex CD DF 71 8 0 31 D 46 3F 42
Octal 315 337 161 10 0 61 15 106 77 102
Binary 11001101 11011111 1110001 1000 0 110001 1101 1000110 111111 1000010

Color Harmonies of #CDDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF71

Black with #CDDF71

Text Example


Text Example

White with #CDDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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