Html Css Color HEX #CCF862 Mindaro

📋 copy color: '#CCF862'

red 204 ◦ green 248 ◦ blue 98

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

Shades of Mindaro #CCF862

Tints of Mindaro #CCF862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.09%

 BLUE value IS 98 (38.67% from 255) = 17.82%

R = 37.09%
G = 45.09%
B = 17.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#CCF862 (or 0xCCF862) is known color: Mindaro. HEX triplet: CC, F8 and 62. RGB value is (204,248,98). Sum of RGB (Red+Green+Blue) = 204+248+98=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF862 is #33079D. Grayscale: #DADADA. Windows color (decimal): -3344286 or 6486220. OLE color: 6486220.

HSL color Cylindrical-coordinate representation of color #CCF862: hue angle of 77.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF862 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 98 -
CMYK 0.18 0 0.60 0.03
HSL 77.6º 0.91% 0.68% -
HSV(B) 77.6º 0.6% 0.97% -
XYZ 60.67 80.85 23.96 -
YUV 217.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 204 248 98 0.18 0 0.60 0.03 77.6 0.91 0.68
Hex CC F8 62 12 0 3C 3 4E 5B 44
Octal 314 370 142 22 0 74 3 116 133 104
Binary 11001100 11111000 1100010 10010 0 111100 11 1001110 1011011 1000100

Color Harmonies of #CCF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF862

Black with #CCF862

Text Example


Text Example

White with #CCF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF862; }

 p { color: rgb(204,248,98); }

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

background-color css

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

 a { background-color: rgb(204,248,98); }

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

border-color css

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

 span { border-color: rgb(204,248,98); }

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