Html Css Color HEX #CCF65B Mindaro

📋 copy color: '#CCF65B'

red 204 ◦ green 246 ◦ blue 91

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

Shades of Mindaro #CCF65B

Tints of Mindaro #CCF65B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.47%

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

R = 37.71%
G = 45.47%
B = 16.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#CCF65B (or 0xCCF65B) is known color: Mindaro. HEX triplet: CC, F6 and 5B. RGB value is (204,246,91). Sum of RGB (Red+Green+Blue) = 204+246+91=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF65B is #3309A4. Grayscale: #D8D8D8. Windows color (decimal): -3344805 or 6026956. OLE color: 6026956.

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

Color convert

RGB 204 246 91 -
CMYK 0.17 0 0.63 0.04
HSL 76.26º 0.9% 0.66% -
HSV(B) 76.26º 0.63% 0.96% -
XYZ 59.75 79.5 22.09 -
YUV 215.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 204 246 91 0.17 0 0.63 0.04 76.26 0.9 0.66
Hex CC F6 5B 11 0 3F 4 4C 5A 42
Octal 314 366 133 21 0 77 4 114 132 102
Binary 11001100 11110110 1011011 10001 0 111111 100 1001100 1011010 1000010

Color Harmonies of #CCF65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF65B

Black with #CCF65B

Text Example


Text Example

White with #CCF65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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