Html Css Color HEX #CCF054 Mindaro

📋 copy color: '#CCF054'

red 204 ◦ green 240 ◦ blue 84

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

Shades of Mindaro #CCF054

Tints of Mindaro #CCF054

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.45%

 BLUE value IS 84 (33.2% from 255) = 15.91%

R = 38.64%
G = 45.45%
B = 15.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#CCF054 (or 0xCCF054) is known color: Mindaro. HEX triplet: CC, F0 and 54. RGB value is (204,240,84). Sum of RGB (Red+Green+Blue) = 204+240+84=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF054 is #330FAB. Grayscale: #D4D4D4. Windows color (decimal): -3346348 or 5566668. OLE color: 5566668.

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

Color convert

RGB 204 240 84 -
CMYK 0.15 0 0.65 0.06
HSL 73.85º 0.84% 0.64% -
HSV(B) 73.85º 0.65% 0.94% -
XYZ 57.66 75.8 19.98 -
YUV 211.45 56.07 122.68 -
System Red Green Blue C M Y K H S L
Decimal 204 240 84 0.15 0 0.65 0.06 73.85 0.84 0.64
Hex CC F0 54 F 0 41 6 4A 54 40
Octal 314 360 124 17 0 101 6 112 124 100
Binary 11001100 11110000 1010100 1111 0 1000001 110 1001010 1010100 1000000

Color Harmonies of #CCF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF054

Black with #CCF054

Text Example


Text Example

White with #CCF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF054; }

 p { color: rgb(204,240,84); }

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

background-color css

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

 a { background-color: rgb(204,240,84); }

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

border-color css

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

 span { border-color: rgb(204,240,84); }

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