Html Css Color HEX #CFE740 Pear

📋 copy color: '#CFE740'

red 207 ◦ green 231 ◦ blue 64

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

Shades of Pear #CFE740

Tints of Pear #CFE740

RGB

 RED value IS 207 (81.25% from 255) = 41.24%

 GREEN value IS 231 (90.63% from 255) = 46.02%

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

R = 41.24%
G = 46.02%
B = 12.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#CFE740 (or 0xCFE740) is known color: Pear. HEX triplet: CF, E7 and 40. RGB value is (207,231,64). Sum of RGB (Red+Green+Blue) = 207+231+64=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE740 is #3018BF. Grayscale: #CDCDCD. Windows color (decimal): -3152064 or 4253647. OLE color: 4253647.

HSL color Cylindrical-coordinate representation of color #CFE740: hue angle of 68.62º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFE740 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 64 -
CMYK 0.10 0 0.72 0.09
HSL 68.62º 0.78% 0.58% -
HSV(B) 68.62º 0.72% 0.91% -
XYZ 55.23 70.79 15.6 -
YUV 204.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 207 231 64 0.10 0 0.72 0.09 68.62 0.78 0.58
Hex CF E7 40 A 0 48 9 45 4E 3A
Octal 317 347 100 12 0 110 11 105 116 72
Binary 11001111 11100111 1000000 1010 0 1001000 1001 1000101 1001110 111010

Color Harmonies of #CFE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE740

Black with #CFE740

Text Example


Text Example

White with #CFE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE740; }

 p { color: rgb(207,231,64); }

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

background-color css

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

 a { background-color: rgb(207,231,64); }

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

border-color css

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

 span { border-color: rgb(207,231,64); }

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