Html Css Color HEX #CCF15F Mindaro

📋 copy color: '#CCF15F'

red 204 ◦ green 241 ◦ blue 95

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

Shades of Mindaro #CCF15F

Tints of Mindaro #CCF15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.59%

R = 37.78%
G = 44.63%
B = 17.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#CCF15F (or 0xCCF15F) is known color: Mindaro. HEX triplet: CC, F1 and 5F. RGB value is (204,241,95). Sum of RGB (Red+Green+Blue) = 204+241+95=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF15F is #330EA0. Grayscale: #D5D5D5. Windows color (decimal): -3346081 or 6287820. OLE color: 6287820.

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

Color convert

RGB 204 241 95 -
CMYK 0.15 0 0.61 0.05
HSL 75.21º 0.84% 0.66% -
HSV(B) 75.21º 0.61% 0.95% -
XYZ 58.42 76.57 22.53 -
YUV 213.29 61.24 121.37 -
System Red Green Blue C M Y K H S L
Decimal 204 241 95 0.15 0 0.61 0.05 75.21 0.84 0.66
Hex CC F1 5F F 0 3D 5 4B 54 42
Octal 314 361 137 17 0 75 5 113 124 102
Binary 11001100 11110001 1011111 1111 0 111101 101 1001011 1010100 1000010

Color Harmonies of #CCF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF15F

Black with #CCF15F

Text Example


Text Example

White with #CCF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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