Html Css Color HEX #CCF268 Mindaro

📋 copy color: '#CCF268'

red 204 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #CCF268

Tints of Mindaro #CCF268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.91%

R = 37.09%
G = 44%
B = 18.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#CCF268 (or 0xCCF268) is known color: Mindaro. HEX triplet: CC, F2 and 68. RGB value is (204,242,104). Sum of RGB (Red+Green+Blue) = 204+242+104=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF268 is #330D97. Grayscale: #D7D7D7. Windows color (decimal): -3345816 or 6877900. OLE color: 6877900.

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

Color convert

RGB 204 242 104 -
CMYK 0.16 0 0.57 0.05
HSL 76.52º 0.84% 0.68% -
HSV(B) 76.52º 0.57% 0.95% -
XYZ 59.15 77.34 24.91 -
YUV 214.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 204 242 104 0.16 0 0.57 0.05 76.52 0.84 0.68
Hex CC F2 68 10 0 39 5 4D 54 44
Octal 314 362 150 20 0 71 5 115 124 104
Binary 11001100 11110010 1101000 10000 0 111001 101 1001101 1010100 1000100

Color Harmonies of #CCF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF268

Black with #CCF268

Text Example


Text Example

White with #CCF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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