Html Css Color HEX #CCED65 Mindaro

📋 copy color: '#CCED65'

red 204 ◦ green 237 ◦ blue 101

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

Shades of Mindaro #CCED65

Tints of Mindaro #CCED65

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.73%

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

R = 37.64%
G = 43.73%
B = 18.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#CCED65 (or 0xCCED65) is known color: Mindaro. HEX triplet: CC, ED and 65. RGB value is (204,237,101). Sum of RGB (Red+Green+Blue) = 204+237+101=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED65 is #33129A. Grayscale: #D4D4D4. Windows color (decimal): -3347099 or 6680012. OLE color: 6680012.

HSL color Cylindrical-coordinate representation of color #CCED65: hue angle of 74.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCED65 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 101 -
CMYK 0.14 0 0.57 0.07
HSL 74.56º 0.79% 0.66% -
HSV(B) 74.56º 0.57% 0.93% -
XYZ 57.53 74.35 23.63 -
YUV 211.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 204 237 101 0.14 0 0.57 0.07 74.56 0.79 0.66
Hex CC ED 65 E 0 39 7 4B 4F 42
Octal 314 355 145 16 0 71 7 113 117 102
Binary 11001100 11101101 1100101 1110 0 111001 111 1001011 1001111 1000010

Color Harmonies of #CCED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED65

Black with #CCED65

Text Example


Text Example

White with #CCED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED65; }

 p { color: rgb(204,237,101); }

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

background-color css

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

 a { background-color: rgb(204,237,101); }

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

border-color css

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

 span { border-color: rgb(204,237,101); }

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