Html Css Color HEX #CCF15A Mindaro

📋 copy color: '#CCF15A'

red 204 ◦ green 241 ◦ blue 90

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

Shades of Mindaro #CCF15A

Tints of Mindaro #CCF15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.82%

R = 38.13%
G = 45.05%
B = 16.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#CCF15A (or 0xCCF15A) is known color: Mindaro. HEX triplet: CC, F1 and 5A. RGB value is (204,241,90). Sum of RGB (Red+Green+Blue) = 204+241+90=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF15A is #330EA5. Grayscale: #D5D5D5. Windows color (decimal): -3346086 or 5960140. OLE color: 5960140.

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

Color convert

RGB 204 241 90 -
CMYK 0.15 0 0.63 0.05
HSL 74.7º 0.84% 0.65% -
HSV(B) 74.7º 0.63% 0.95% -
XYZ 58.2 76.49 21.37 -
YUV 212.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 204 241 90 0.15 0 0.63 0.05 74.7 0.84 0.65
Hex CC F1 5A F 0 3F 5 4B 54 41
Octal 314 361 132 17 0 77 5 113 124 101
Binary 11001100 11110001 1011010 1111 0 111111 101 1001011 1010100 1000001

Color Harmonies of #CCF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF15A

Black with #CCF15A

Text Example


Text Example

White with #CCF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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