Html Css Color HEX #CCED67 Mindaro

📋 copy color: '#CCED67'

red 204 ◦ green 237 ◦ blue 103

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

Shades of Mindaro #CCED67

Tints of Mindaro #CCED67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.93%

R = 37.5%
G = 43.57%
B = 18.93%

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

#CCED67 (or 0xCCED67) is known color: Mindaro. HEX triplet: CC, ED and 67. RGB value is (204,237,103). Sum of RGB (Red+Green+Blue) = 204+237+103=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED67 is #331298. Grayscale: #D4D4D4. Windows color (decimal): -3347097 or 6811084. OLE color: 6811084.

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

Color convert

RGB 204 237 103 -
CMYK 0.14 0 0.57 0.07
HSL 74.78º 0.79% 0.67% -
HSV(B) 74.78º 0.57% 0.93% -
XYZ 57.63 74.39 24.15 -
YUV 211.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 204 237 103 0.14 0 0.57 0.07 74.78 0.79 0.67
Hex CC ED 67 E 0 39 7 4B 4F 43
Octal 314 355 147 16 0 71 7 113 117 103
Binary 11001100 11101101 1100111 1110 0 111001 111 1001011 1001111 1000011

Color Harmonies of #CCED67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED67

Black with #CCED67

Text Example


Text Example

White with #CCED67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED67; }

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

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

background-color css

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

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

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

border-color css

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

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

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