Html Css Color HEX #CCEE5A Mindaro

📋 copy color: '#CCEE5A'

red 204 ◦ green 238 ◦ blue 90

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

Shades of Mindaro #CCEE5A

Tints of Mindaro #CCEE5A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.74%

 BLUE value IS 90 (35.55% from 255) = 16.92%

R = 38.35%
G = 44.74%
B = 16.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#CCEE5A (or 0xCCEE5A) is known color: Mindaro. HEX triplet: CC, EE and 5A. RGB value is (204,238,90). Sum of RGB (Red+Green+Blue) = 204+238+90=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE5A is #3311A5. Grayscale: #D3D3D3. Windows color (decimal): -3346854 or 5959372. OLE color: 5959372.

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

Color convert

RGB 204 238 90 -
CMYK 0.14 0 0.62 0.07
HSL 73.78º 0.81% 0.64% -
HSV(B) 73.78º 0.62% 0.93% -
XYZ 57.32 74.72 21.07 -
YUV 210.96 59.74 123.03 -
System Red Green Blue C M Y K H S L
Decimal 204 238 90 0.14 0 0.62 0.07 73.78 0.81 0.64
Hex CC EE 5A E 0 3E 7 4A 51 40
Octal 314 356 132 16 0 76 7 112 121 100
Binary 11001100 11101110 1011010 1110 0 111110 111 1001010 1010001 1000000

Color Harmonies of #CCEE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE5A

Black with #CCEE5A

Text Example


Text Example

White with #CCEE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE5A; }

 p { color: rgb(204,238,90); }

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

background-color css

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

 a { background-color: rgb(204,238,90); }

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

border-color css

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

 span { border-color: rgb(204,238,90); }

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