Html Css Color HEX #CCF162 Mindaro

📋 copy color: '#CCF162'

red 204 ◦ green 241 ◦ blue 98

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

Shades of Mindaro #CCF162

Tints of Mindaro #CCF162

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.38%

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

R = 37.57%
G = 44.38%
B = 18.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CCF162 (or 0xCCF162) is known color: Mindaro. HEX triplet: CC, F1 and 62. RGB value is (204,241,98). Sum of RGB (Red+Green+Blue) = 204+241+98=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF162 is #330E9D. Grayscale: #D6D6D6. Windows color (decimal): -3346078 or 6484428. OLE color: 6484428.

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

Color convert

RGB 204 241 98 -
CMYK 0.15 0 0.59 0.05
HSL 75.52º 0.84% 0.66% -
HSV(B) 75.52º 0.59% 0.95% -
XYZ 58.56 76.63 23.26 -
YUV 213.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 204 241 98 0.15 0 0.59 0.05 75.52 0.84 0.66
Hex CC F1 62 F 0 3B 5 4C 54 42
Octal 314 361 142 17 0 73 5 114 124 102
Binary 11001100 11110001 1100010 1111 0 111011 101 1001100 1010100 1000010

Color Harmonies of #CCF162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF162

Black with #CCF162

Text Example


Text Example

White with #CCF162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF162; }

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

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

background-color css

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

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

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

border-color css

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

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

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