Html Css Color HEX #CCF169 Mindaro

📋 copy color: '#CCF169'

red 204 ◦ green 241 ◦ blue 105

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

Shades of Mindaro #CCF169

Tints of Mindaro #CCF169

RGB

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

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

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

R = 37.09%
G = 43.82%
B = 19.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#CCF169 (or 0xCCF169) is known color: Mindaro. HEX triplet: CC, F1 and 69. RGB value is (204,241,105). Sum of RGB (Red+Green+Blue) = 204+241+105=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF169 is #330E96. Grayscale: #D6D6D6. Windows color (decimal): -3346071 or 6943180. OLE color: 6943180.

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

Color convert

RGB 204 241 105 -
CMYK 0.15 0 0.56 0.05
HSL 76.32º 0.83% 0.68% -
HSV(B) 76.32º 0.56% 0.95% -
XYZ 58.91 76.77 25.08 -
YUV 214.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 204 241 105 0.15 0 0.56 0.05 76.32 0.83 0.68
Hex CC F1 69 F 0 38 5 4C 53 44
Octal 314 361 151 17 0 70 5 114 123 104
Binary 11001100 11110001 1101001 1111 0 111000 101 1001100 1010011 1000100

Color Harmonies of #CCF169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF169

Black with #CCF169

Text Example


Text Example

White with #CCF169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF169; }

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

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

background-color css

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

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

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

border-color css

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

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

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