Html Css Color HEX #CCF35C Mindaro

📋 copy color: '#CCF35C'

red 204 ◦ green 243 ◦ blue 92

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

Shades of Mindaro #CCF35C

Tints of Mindaro #CCF35C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.08%

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

R = 37.85%
G = 45.08%
B = 17.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CCF35C (or 0xCCF35C) is known color: Mindaro. HEX triplet: CC, F3 and 5C. RGB value is (204,243,92). Sum of RGB (Red+Green+Blue) = 204+243+92=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF35C is #330CA3. Grayscale: #D6D6D6. Windows color (decimal): -3345572 or 6091724. OLE color: 6091724.

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

Color convert

RGB 204 243 92 -
CMYK 0.16 0 0.62 0.05
HSL 75.5º 0.86% 0.66% -
HSV(B) 75.5º 0.62% 0.95% -
XYZ 58.88 77.71 22.02 -
YUV 214.13 59.08 120.78 -
System Red Green Blue C M Y K H S L
Decimal 204 243 92 0.16 0 0.62 0.05 75.5 0.86 0.66
Hex CC F3 5C 10 0 3E 5 4B 56 42
Octal 314 363 134 20 0 76 5 113 126 102
Binary 11001100 11110011 1011100 10000 0 111110 101 1001011 1010110 1000010

Color Harmonies of #CCF35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF35C

Black with #CCF35C

Text Example


Text Example

White with #CCF35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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