Html Css Color HEX #CCF056 Mindaro

📋 copy color: '#CCF056'

red 204 ◦ green 240 ◦ blue 86

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

Shades of Mindaro #CCF056

Tints of Mindaro #CCF056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.23%

R = 38.49%
G = 45.28%
B = 16.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#CCF056 (or 0xCCF056) is known color: Mindaro. HEX triplet: CC, F0 and 56. RGB value is (204,240,86). Sum of RGB (Red+Green+Blue) = 204+240+86=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF056 is #330FA9. Grayscale: #D4D4D4. Windows color (decimal): -3346346 or 5697740. OLE color: 5697740.

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

Color convert

RGB 204 240 86 -
CMYK 0.15 0 0.64 0.06
HSL 74.03º 0.84% 0.64% -
HSV(B) 74.03º 0.64% 0.94% -
XYZ 57.74 75.83 20.4 -
YUV 211.68 57.07 122.52 -
System Red Green Blue C M Y K H S L
Decimal 204 240 86 0.15 0 0.64 0.06 74.03 0.84 0.64
Hex CC F0 56 F 0 40 6 4A 54 40
Octal 314 360 126 17 0 100 6 112 124 100
Binary 11001100 11110000 1010110 1111 0 1000000 110 1001010 1010100 1000000

Color Harmonies of #CCF056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF056

Black with #CCF056

Text Example


Text Example

White with #CCF056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF056; }

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

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

background-color css

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

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

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

border-color css

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

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

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