Html Css Color HEX #CCF95D Mindaro

📋 copy color: '#CCF95D'

red 204 ◦ green 249 ◦ blue 93

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

Shades of Mindaro #CCF95D

Tints of Mindaro #CCF95D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

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

R = 37.36%
G = 45.6%
B = 17.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#CCF95D (or 0xCCF95D) is known color: Mindaro. HEX triplet: CC, F9 and 5D. RGB value is (204,249,93). Sum of RGB (Red+Green+Blue) = 204+249+93=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF95D is #3306A2. Grayscale: #DADADA. Windows color (decimal): -3344035 or 6158796. OLE color: 6158796.

HSL color Cylindrical-coordinate representation of color #CCF95D: hue angle of 77.31º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCF95D is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 93 -
CMYK 0.18 0 0.63 0.02
HSL 77.31º 0.93% 0.67% -
HSV(B) 77.31º 0.63% 0.98% -
XYZ 60.75 81.38 22.86 -
YUV 217.76 57.59 118.18 -
System Red Green Blue C M Y K H S L
Decimal 204 249 93 0.18 0 0.63 0.02 77.31 0.93 0.67
Hex CC F9 5D 12 0 3F 2 4D 5D 43
Octal 314 371 135 22 0 77 2 115 135 103
Binary 11001100 11111001 1011101 10010 0 111111 10 1001101 1011101 1000011

Color Harmonies of #CCF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF95D

Black with #CCF95D

Text Example


Text Example

White with #CCF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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