Html Css Color HEX #CCF257 Mindaro

📋 copy color: '#CCF257'

red 204 ◦ green 242 ◦ blue 87

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

Shades of Mindaro #CCF257

Tints of Mindaro #CCF257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

 BLUE value IS 87 (34.38% from 255) = 16.32%

R = 38.27%
G = 45.4%
B = 16.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#CCF257 (or 0xCCF257) is known color: Mindaro. HEX triplet: CC, F2 and 57. RGB value is (204,242,87). Sum of RGB (Red+Green+Blue) = 204+242+87=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF257 is #330DA8. Grayscale: #D5D5D5. Windows color (decimal): -3345833 or 5763788. OLE color: 5763788.

HSL color Cylindrical-coordinate representation of color #CCF257: hue angle of 74.71º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF257 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 87 -
CMYK 0.16 0 0.64 0.05
HSL 74.71º 0.86% 0.65% -
HSV(B) 74.71º 0.64% 0.95% -
XYZ 58.37 77.03 20.81 -
YUV 212.97 56.91 121.6 -
System Red Green Blue C M Y K H S L
Decimal 204 242 87 0.16 0 0.64 0.05 74.71 0.86 0.65
Hex CC F2 57 10 0 40 5 4B 56 41
Octal 314 362 127 20 0 100 5 113 126 101
Binary 11001100 11110010 1010111 10000 0 1000000 101 1001011 1010110 1000001

Color Harmonies of #CCF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF257

Black with #CCF257

Text Example


Text Example

White with #CCF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF257; }

 p { color: rgb(204,242,87); }

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

background-color css

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

 a { background-color: rgb(204,242,87); }

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

border-color css

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

 span { border-color: rgb(204,242,87); }

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