Html Css Color HEX #CCFB5A Mindaro

📋 copy color: '#CCFB5A'

red 204 ◦ green 251 ◦ blue 90

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

Shades of Mindaro #CCFB5A

Tints of Mindaro #CCFB5A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.06%

 BLUE value IS 90 (35.55% from 255) = 16.51%

R = 37.43%
G = 46.06%
B = 16.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#CCFB5A (or 0xCCFB5A) is known color: Mindaro. HEX triplet: CC, FB and 5A. RGB value is (204,251,90). Sum of RGB (Red+Green+Blue) = 204+251+90=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFB5A is #3304A5. Grayscale: #DBDBDB. Windows color (decimal): -3343526 or 5962700. OLE color: 5962700.

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

Color convert

RGB 204 251 90 -
CMYK 0.19 0 0.64 0.02
HSL 77.52º 0.95% 0.67% -
HSV(B) 77.52º 0.64% 0.98% -
XYZ 61.24 82.57 22.38 -
YUV 218.59 55.43 117.59 -
System Red Green Blue C M Y K H S L
Decimal 204 251 90 0.19 0 0.64 0.02 77.52 0.95 0.67
Hex CC FB 5A 13 0 40 2 4E 5F 43
Octal 314 373 132 23 0 100 2 116 137 103
Binary 11001100 11111011 1011010 10011 0 1000000 10 1001110 1011111 1000011

Color Harmonies of #CCFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB5A

Black with #CCFB5A

Text Example


Text Example

White with #CCFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB5A; }

 p { color: rgb(204,251,90); }

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

background-color css

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

 a { background-color: rgb(204,251,90); }

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

border-color css

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

 span { border-color: rgb(204,251,90); }

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