Html Css Color HEX #CCF140 Pear

📋 copy color: '#CCF140'

red 204 ◦ green 241 ◦ blue 64

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

Shades of Pear #CCF140

Tints of Pear #CCF140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.35%

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

R = 40.08%
G = 47.35%
B = 12.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CCF140 (or 0xCCF140) is known color: Pear. HEX triplet: CC, F1 and 40. RGB value is (204,241,64). Sum of RGB (Red+Green+Blue) = 204+241+64=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF140 is #330EBF. Grayscale: #D2D2D2. Windows color (decimal): -3346112 or 4256204. OLE color: 4256204.

HSL color Cylindrical-coordinate representation of color #CCF140: hue angle of 72.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF140 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 64 -
CMYK 0.15 0 0.73 0.05
HSL 72.54º 0.86% 0.6% -
HSV(B) 72.54º 0.73% 0.95% -
XYZ 57.28 76.12 16.52 -
YUV 209.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 204 241 64 0.15 0 0.73 0.05 72.54 0.86 0.6
Hex CC F1 40 F 0 49 5 49 56 3C
Octal 314 361 100 17 0 111 5 111 126 74
Binary 11001100 11110001 1000000 1111 0 1001001 101 1001001 1010110 111100

Color Harmonies of #CCF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF140

Black with #CCF140

Text Example


Text Example

White with #CCF140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF140; }

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

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

background-color css

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

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

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

border-color css

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

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

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