Html Css Color HEX #CDDF5F Mindaro

📋 copy color: '#CDDF5F'

red 205 ◦ green 223 ◦ blue 95

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

Shades of Mindaro #CDDF5F

Tints of Mindaro #CDDF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.16%

R = 39.2%
G = 42.64%
B = 18.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CDDF5F (or 0xCDDF5F) is known color: Mindaro. HEX triplet: CD, DF and 5F. RGB value is (205,223,95). Sum of RGB (Red+Green+Blue) = 205+223+95=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF5F is #3220A0. Grayscale: #CBCBCB. Windows color (decimal): -3285153 or 6283213. OLE color: 6283213.

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

Color convert

RGB 205 223 95 -
CMYK 0.08 0 0.57 0.13
HSL 68.44º 0.67% 0.62% -
HSV(B) 68.44º 0.57% 0.87% -
XYZ 53.63 66.58 20.85 -
YUV 203.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 205 223 95 0.08 0 0.57 0.13 68.44 0.67 0.62
Hex CD DF 5F 8 0 39 D 44 43 3E
Octal 315 337 137 10 0 71 15 104 103 76
Binary 11001101 11011111 1011111 1000 0 111001 1101 1000100 1000011 111110

Color Harmonies of #CDDF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF5F

Black with #CDDF5F

Text Example


Text Example

White with #CDDF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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