Html Css Color HEX #CCF35D Mindaro

📋 copy color: '#CCF35D'

red 204 ◦ green 243 ◦ blue 93

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

Shades of Mindaro #CCF35D

Tints of Mindaro #CCF35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.22%

R = 37.78%
G = 45%
B = 17.22%

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

#CCF35D (or 0xCCF35D) is known color: Mindaro. HEX triplet: CC, F3 and 5D. RGB value is (204,243,93). Sum of RGB (Red+Green+Blue) = 204+243+93=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF35D is #330CA2. Grayscale: #D6D6D6. Windows color (decimal): -3345571 or 6157260. OLE color: 6157260.

HSL color Cylindrical-coordinate representation of color #CCF35D: hue angle of 75.6º 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 #CCF35D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 93 -
CMYK 0.16 0 0.62 0.05
HSL 75.6º 0.86% 0.66% -
HSV(B) 75.6º 0.62% 0.95% -
XYZ 58.93 77.73 22.25 -
YUV 214.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 204 243 93 0.16 0 0.62 0.05 75.6 0.86 0.66
Hex CC F3 5D 10 0 3E 5 4C 56 42
Octal 314 363 135 20 0 76 5 114 126 102
Binary 11001100 11110011 1011101 10000 0 111110 101 1001100 1010110 1000010

Color Harmonies of #CCF35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF35D

Black with #CCF35D

Text Example


Text Example

White with #CCF35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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