Html Css Color HEX #CCFA68 Mindaro

📋 copy color: '#CCFA68'

red 204 ◦ green 250 ◦ blue 104

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

Shades of Mindaro #CCFA68

Tints of Mindaro #CCFA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.8%

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

R = 36.56%
G = 44.8%
B = 18.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#CCFA68 (or 0xCCFA68) is known color: Mindaro. HEX triplet: CC, FA and 68. RGB value is (204,250,104). Sum of RGB (Red+Green+Blue) = 204+250+104=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFA68 is #330597. Grayscale: #DCDCDC. Windows color (decimal): -3343768 or 6879948. OLE color: 6879948.

HSL color Cylindrical-coordinate representation of color #CCFA68: hue angle of 78.9º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCFA68 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 104 -
CMYK 0.18 0 0.58 0.02
HSL 78.9º 0.94% 0.69% -
HSV(B) 78.9º 0.58% 0.98% -
XYZ 61.59 82.21 25.72 -
YUV 219.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 204 250 104 0.18 0 0.58 0.02 78.9 0.94 0.69
Hex CC FA 68 12 0 3A 2 4F 5E 45
Octal 314 372 150 22 0 72 2 117 136 105
Binary 11001100 11111010 1101000 10010 0 111010 10 1001111 1011110 1000101

Color Harmonies of #CCFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFA68

Black with #CCFA68

Text Example


Text Example

White with #CCFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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