Html Css Color HEX #CCF05B Mindaro

📋 copy color: '#CCF05B'

red 204 ◦ green 240 ◦ blue 91

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

Shades of Mindaro #CCF05B

Tints of Mindaro #CCF05B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

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

R = 38.13%
G = 44.86%
B = 17.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#CCF05B (or 0xCCF05B) is known color: Mindaro. HEX triplet: CC, F0 and 5B. RGB value is (204,240,91). Sum of RGB (Red+Green+Blue) = 204+240+91=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF05B is #330FA4. Grayscale: #D4D4D4. Windows color (decimal): -3346341 or 6025420. OLE color: 6025420.

HSL color Cylindrical-coordinate representation of color #CCF05B: hue angle of 74.5º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF05B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 91 -
CMYK 0.15 0 0.62 0.06
HSL 74.5º 0.83% 0.65% -
HSV(B) 74.5º 0.62% 0.94% -
XYZ 57.95 75.91 21.5 -
YUV 212.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 204 240 91 0.15 0 0.62 0.06 74.5 0.83 0.65
Hex CC F0 5B F 0 3E 6 4A 53 41
Octal 314 360 133 17 0 76 6 112 123 101
Binary 11001100 11110000 1011011 1111 0 111110 110 1001010 1010011 1000001

Color Harmonies of #CCF05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF05B

Black with #CCF05B

Text Example


Text Example

White with #CCF05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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