Html Css Color HEX #CCF869 Mindaro

📋 copy color: '#CCF869'

red 204 ◦ green 248 ◦ blue 105

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

Shades of Mindaro #CCF869

Tints of Mindaro #CCF869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.85%

R = 36.62%
G = 44.52%
B = 18.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#CCF869 (or 0xCCF869) is known color: Mindaro. HEX triplet: CC, F8 and 69. RGB value is (204,248,105). Sum of RGB (Red+Green+Blue) = 204+248+105=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF869 is #330796. Grayscale: #DBDBDB. Windows color (decimal): -3344279 or 6944972. OLE color: 6944972.

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

Color convert

RGB 204 248 105 -
CMYK 0.18 0 0.58 0.03
HSL 78.46º 0.91% 0.69% -
HSV(B) 78.46º 0.58% 0.97% -
XYZ 61.02 80.99 25.78 -
YUV 218.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 204 248 105 0.18 0 0.58 0.03 78.46 0.91 0.69
Hex CC F8 69 12 0 3A 3 4E 5B 45
Octal 314 370 151 22 0 72 3 116 133 105
Binary 11001100 11111000 1101001 10010 0 111010 11 1001110 1011011 1000101

Color Harmonies of #CCF869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF869

Black with #CCF869

Text Example


Text Example

White with #CCF869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF869; }

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

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

background-color css

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

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

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

border-color css

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

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

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