Html Css Color HEX #CCF15C Mindaro

📋 copy color: '#CCF15C'

red 204 ◦ green 241 ◦ blue 92

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

Shades of Mindaro #CCF15C

Tints of Mindaro #CCF15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.13%

R = 37.99%
G = 44.88%
B = 17.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CCF15C (or 0xCCF15C) is known color: Mindaro. HEX triplet: CC, F1 and 5C. RGB value is (204,241,92). Sum of RGB (Red+Green+Blue) = 204+241+92=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF15C is #330EA3. Grayscale: #D5D5D5. Windows color (decimal): -3346084 or 6091212. OLE color: 6091212.

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

Color convert

RGB 204 241 92 -
CMYK 0.15 0 0.62 0.05
HSL 74.9º 0.84% 0.65% -
HSV(B) 74.9º 0.62% 0.95% -
XYZ 58.29 76.52 21.82 -
YUV 212.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 204 241 92 0.15 0 0.62 0.05 74.9 0.84 0.65
Hex CC F1 5C F 0 3E 5 4B 54 41
Octal 314 361 134 17 0 76 5 113 124 101
Binary 11001100 11110001 1011100 1111 0 111110 101 1001011 1010100 1000001

Color Harmonies of #CCF15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF15C

Black with #CCF15C

Text Example


Text Example

White with #CCF15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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