Html Css Color HEX #CCED68 Mindaro

📋 copy color: '#CCED68'

red 204 ◦ green 237 ◦ blue 104

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

Shades of Mindaro #CCED68

Tints of Mindaro #CCED68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 37.43%
G = 43.49%
B = 19.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#CCED68 (or 0xCCED68) is known color: Mindaro. HEX triplet: CC, ED and 68. RGB value is (204,237,104). Sum of RGB (Red+Green+Blue) = 204+237+104=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED68 is #331297. Grayscale: #D4D4D4. Windows color (decimal): -3347096 or 6876620. OLE color: 6876620.

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

Color convert

RGB 204 237 104 -
CMYK 0.14 0 0.56 0.07
HSL 74.89º 0.79% 0.67% -
HSV(B) 74.89º 0.56% 0.93% -
XYZ 57.68 74.41 24.42 -
YUV 211.97 67.07 122.31 -
System Red Green Blue C M Y K H S L
Decimal 204 237 104 0.14 0 0.56 0.07 74.89 0.79 0.67
Hex CC ED 68 E 0 38 7 4B 4F 43
Octal 314 355 150 16 0 70 7 113 117 103
Binary 11001100 11101101 1101000 1110 0 111000 111 1001011 1001111 1000011

Color Harmonies of #CCED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED68

Black with #CCED68

Text Example


Text Example

White with #CCED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED68; }

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

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

background-color css

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

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

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

border-color css

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

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

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