Html Css Color HEX #CCF840 Pear

📋 copy color: '#CCF840'

red 204 ◦ green 248 ◦ blue 64

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

Shades of Pear #CCF840

Tints of Pear #CCF840

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.06%

 BLUE value IS 64 (25.39% from 255) = 12.4%

R = 39.53%
G = 48.06%
B = 12.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#CCF840 (or 0xCCF840) is known color: Pear. HEX triplet: CC, F8 and 40. RGB value is (204,248,64). Sum of RGB (Red+Green+Blue) = 204+248+64=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF840 is #3307BF. Grayscale: #D6D6D6. Windows color (decimal): -3344320 or 4257996. OLE color: 4257996.

HSL color Cylindrical-coordinate representation of color #CCF840: hue angle of 74.35º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF840 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 64 -
CMYK 0.18 0 0.74 0.03
HSL 74.35º 0.93% 0.61% -
HSV(B) 74.35º 0.74% 0.97% -
XYZ 59.39 80.34 17.23 -
YUV 213.87 43.42 120.96 -
System Red Green Blue C M Y K H S L
Decimal 204 248 64 0.18 0 0.74 0.03 74.35 0.93 0.61
Hex CC F8 40 12 0 4A 3 4A 5D 3D
Octal 314 370 100 22 0 112 3 112 135 75
Binary 11001100 11111000 1000000 10010 0 1001010 11 1001010 1011101 111101

Color Harmonies of #CCF840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF840

Black with #CCF840

Text Example


Text Example

White with #CCF840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF840; }

 p { color: rgb(204,248,64); }

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

background-color css

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

 a { background-color: rgb(204,248,64); }

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

border-color css

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

 span { border-color: rgb(204,248,64); }

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