Html Css Color HEX #CCFD2F Pear

📋 copy color: '#CCFD2F'

red 204 ◦ green 253 ◦ blue 47

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

Shades of Pear #CCFD2F

Tints of Pear #CCFD2F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 47 (18.75% from 255) = 9.33%

R = 40.48%
G = 50.2%
B = 9.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#CCFD2F (or 0xCCFD2F) is known color: Pear. HEX triplet: CC, FD and 2F. RGB value is (204,253,47). Sum of RGB (Red+Green+Blue) = 204+253+47=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD2F is #3302D0. Grayscale: #D7D7D7. Windows color (decimal): -3343057 or 3145164. OLE color: 3145164.

HSL color Cylindrical-coordinate representation of color #CCFD2F: hue angle of 74.27º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCFD2F is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 47 -
CMYK 0.19 0 0.81 0.01
HSL 74.27º 0.98% 0.59% -
HSV(B) 74.27º 0.81% 0.99% -
XYZ 60.54 83.29 15.58 -
YUV 214.87 33.27 120.25 -
System Red Green Blue C M Y K H S L
Decimal 204 253 47 0.19 0 0.81 0.01 74.27 0.98 0.59
Hex CC FD 2F 13 0 51 1 4A 62 3B
Octal 314 375 57 23 0 121 1 112 142 73
Binary 11001100 11111101 101111 10011 0 1010001 1 1001010 1100010 111011

Color Harmonies of #CCFD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD2F

Black with #CCFD2F

Text Example


Text Example

White with #CCFD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD2F; }

 p { color: rgb(204,253,47); }

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

background-color css

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

 a { background-color: rgb(204,253,47); }

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

border-color css

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

 span { border-color: rgb(204,253,47); }

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