Html Css Color HEX #CCFD2E Pear

📋 copy color: '#CCFD2E'

red 204 ◦ green 253 ◦ blue 46

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

Shades of Pear #CCFD2E

Tints of Pear #CCFD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.15%

R = 40.56%
G = 50.3%
B = 9.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#CCFD2E (or 0xCCFD2E) is known color: Pear. HEX triplet: CC, FD and 2E. RGB value is (204,253,46). Sum of RGB (Red+Green+Blue) = 204+253+46=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD2E is #3302D1. Grayscale: #D7D7D7. Windows color (decimal): -3343058 or 3079628. OLE color: 3079628.

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

Color convert

RGB 204 253 46 -
CMYK 0.19 0 0.82 0.01
HSL 74.2º 0.98% 0.59% -
HSV(B) 74.2º 0.82% 0.99% -
XYZ 60.52 83.29 15.47 -
YUV 214.75 32.77 120.33 -
System Red Green Blue C M Y K H S L
Decimal 204 253 46 0.19 0 0.82 0.01 74.2 0.98 0.59
Hex CC FD 2E 13 0 52 1 4A 62 3B
Octal 314 375 56 23 0 122 1 112 142 73
Binary 11001100 11111101 101110 10011 0 1010010 1 1001010 1100010 111011

Color Harmonies of #CCFD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD2E

Black with #CCFD2E

Text Example


Text Example

White with #CCFD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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