Html Css Color HEX #CCF75B Mindaro

📋 copy color: '#CCF75B'

red 204 ◦ green 247 ◦ blue 91

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

Shades of Mindaro #CCF75B

Tints of Mindaro #CCF75B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

 BLUE value IS 91 (35.94% from 255) = 16.79%

R = 37.64%
G = 45.57%
B = 16.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#CCF75B (or 0xCCF75B) is known color: Mindaro. HEX triplet: CC, F7 and 5B. RGB value is (204,247,91). Sum of RGB (Red+Green+Blue) = 204+247+91=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF75B is #3308A4. Grayscale: #D8D8D8. Windows color (decimal): -3344549 or 6027212. OLE color: 6027212.

HSL color Cylindrical-coordinate representation of color #CCF75B: hue angle of 76.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCF75B is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 91 -
CMYK 0.17 0 0.63 0.03
HSL 76.54º 0.91% 0.66% -
HSV(B) 76.54º 0.63% 0.97% -
XYZ 60.05 80.11 22.2 -
YUV 216.36 57.25 119.18 -
System Red Green Blue C M Y K H S L
Decimal 204 247 91 0.17 0 0.63 0.03 76.54 0.91 0.66
Hex CC F7 5B 11 0 3F 3 4D 5B 42
Octal 314 367 133 21 0 77 3 115 133 102
Binary 11001100 11110111 1011011 10001 0 111111 11 1001101 1011011 1000010

Color Harmonies of #CCF75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF75B

Black with #CCF75B

Text Example


Text Example

White with #CCF75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF75B; }

 p { color: rgb(204,247,91); }

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

background-color css

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

 a { background-color: rgb(204,247,91); }

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

border-color css

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

 span { border-color: rgb(204,247,91); }

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