Html Css Color HEX #CCDF71 Mindaro

📋 copy color: '#CCDF71'

red 204 ◦ green 223 ◦ blue 113

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

Shades of Mindaro #CCDF71

Tints of Mindaro #CCDF71

RGB

 RED value IS 204 (80.08% from 255) = 37.78%

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

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

R = 37.78%
G = 41.3%
B = 20.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CCDF71 (or 0xCCDF71) is known color: Mindaro. HEX triplet: CC, DF and 71. RGB value is (204,223,113). Sum of RGB (Red+Green+Blue) = 204+223+113=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF71 is #33208E. Grayscale: #CDCDCD. Windows color (decimal): -3350671 or 7462860. OLE color: 7462860.

HSL color Cylindrical-coordinate representation of color #CCDF71: hue angle of 70.36º 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 #CCDF71 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 113 -
CMYK 0.09 0 0.49 0.13
HSL 70.36º 0.63% 0.66% -
HSV(B) 70.36º 0.49% 0.87% -
XYZ 54.27 66.8 25.66 -
YUV 204.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 204 223 113 0.09 0 0.49 0.13 70.36 0.63 0.66
Hex CC DF 71 9 0 31 D 46 3F 42
Octal 314 337 161 11 0 61 15 106 77 102
Binary 11001100 11011111 1110001 1001 0 110001 1101 1000110 111111 1000010

Color Harmonies of #CCDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF71

Black with #CCDF71

Text Example


Text Example

White with #CCDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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