Html Css Color HEX #CCEF5A Mindaro

📋 copy color: '#CCEF5A'

red 204 ◦ green 239 ◦ blue 90

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

Shades of Mindaro #CCEF5A

Tints of Mindaro #CCEF5A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.84%

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

R = 38.27%
G = 44.84%
B = 16.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#CCEF5A (or 0xCCEF5A) is known color: Mindaro. HEX triplet: CC, EF and 5A. RGB value is (204,239,90). Sum of RGB (Red+Green+Blue) = 204+239+90=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF5A is #3310A5. Grayscale: #D4D4D4. Windows color (decimal): -3346598 or 5959628. OLE color: 5959628.

HSL color Cylindrical-coordinate representation of color #CCEF5A: hue angle of 74.09º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCEF5A is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 90 -
CMYK 0.15 0 0.62 0.06
HSL 74.09º 0.82% 0.65% -
HSV(B) 74.09º 0.62% 0.94% -
XYZ 57.61 75.31 21.17 -
YUV 211.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 204 239 90 0.15 0 0.62 0.06 74.09 0.82 0.65
Hex CC EF 5A F 0 3E 6 4A 52 41
Octal 314 357 132 17 0 76 6 112 122 101
Binary 11001100 11101111 1011010 1111 0 111110 110 1001010 1010010 1000001

Color Harmonies of #CCEF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF5A

Black with #CCEF5A

Text Example


Text Example

White with #CCEF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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