Html Css Color HEX #CCFB68 Mindaro

📋 copy color: '#CCFB68'

red 204 ◦ green 251 ◦ blue 104

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

Shades of Mindaro #CCFB68

Tints of Mindaro #CCFB68

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.9%

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

R = 36.49%
G = 44.9%
B = 18.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#CCFB68 (or 0xCCFB68) is known color: Mindaro. HEX triplet: CC, FB and 68. RGB value is (204,251,104). Sum of RGB (Red+Green+Blue) = 204+251+104=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFB68 is #330497. Grayscale: #DCDCDC. Windows color (decimal): -3343512 or 6880204. OLE color: 6880204.

HSL color Cylindrical-coordinate representation of color #CCFB68: hue angle of 79.18º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCFB68 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 104 -
CMYK 0.19 0 0.59 0.02
HSL 79.18º 0.95% 0.7% -
HSV(B) 79.18º 0.59% 0.98% -
XYZ 61.9 82.83 25.82 -
YUV 220.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 204 251 104 0.19 0 0.59 0.02 79.18 0.95 0.7
Hex CC FB 68 13 0 3B 2 4F 5F 46
Octal 314 373 150 23 0 73 2 117 137 106
Binary 11001100 11111011 1101000 10011 0 111011 10 1001111 1011111 1000110

Color Harmonies of #CCFB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB68

Black with #CCFB68

Text Example


Text Example

White with #CCFB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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