Html Css Color HEX #CCF155 Mindaro

📋 copy color: '#CCF155'

red 204 ◦ green 241 ◦ blue 85

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

Shades of Mindaro #CCF155

Tints of Mindaro #CCF155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.04%

R = 38.49%
G = 45.47%
B = 16.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#CCF155 (or 0xCCF155) is known color: Mindaro. HEX triplet: CC, F1 and 55. RGB value is (204,241,85). Sum of RGB (Red+Green+Blue) = 204+241+85=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF155 is #330EAA. Grayscale: #D4D4D4. Windows color (decimal): -3346091 or 5632460. OLE color: 5632460.

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

Color convert

RGB 204 241 85 -
CMYK 0.15 0 0.65 0.05
HSL 74.23º 0.85% 0.64% -
HSV(B) 74.23º 0.65% 0.95% -
XYZ 58 76.4 20.28 -
YUV 212.15 56.24 122.18 -
System Red Green Blue C M Y K H S L
Decimal 204 241 85 0.15 0 0.65 0.05 74.23 0.85 0.64
Hex CC F1 55 F 0 41 5 4A 55 40
Octal 314 361 125 17 0 101 5 112 125 100
Binary 11001100 11110001 1010101 1111 0 1000001 101 1001010 1010101 1000000

Color Harmonies of #CCF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF155

Black with #CCF155

Text Example


Text Example

White with #CCF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF155; }

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

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

background-color css

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

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

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

border-color css

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

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

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