Html Css Color HEX #CCED6B Mindaro

📋 copy color: '#CCED6B'

red 204 ◦ green 237 ◦ blue 107

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

Shades of Mindaro #CCED6B

Tints of Mindaro #CCED6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.53%

R = 37.23%
G = 43.25%
B = 19.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#CCED6B (or 0xCCED6B) is known color: Mindaro. HEX triplet: CC, ED and 6B. RGB value is (204,237,107). Sum of RGB (Red+Green+Blue) = 204+237+107=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED6B is #331294. Grayscale: #D4D4D4. Windows color (decimal): -3347093 or 7073228. OLE color: 7073228.

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

Color convert

RGB 204 237 107 -
CMYK 0.14 0 0.55 0.07
HSL 75.23º 0.78% 0.67% -
HSV(B) 75.23º 0.55% 0.93% -
XYZ 57.84 74.47 25.24 -
YUV 212.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 204 237 107 0.14 0 0.55 0.07 75.23 0.78 0.67
Hex CC ED 6B E 0 37 7 4B 4E 43
Octal 314 355 153 16 0 67 7 113 116 103
Binary 11001100 11101101 1101011 1110 0 110111 111 1001011 1001110 1000011

Color Harmonies of #CCED6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED6B

Black with #CCED6B

Text Example


Text Example

White with #CCED6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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