Html Css Color HEX #CFE72E Pear

📋 copy color: '#CFE72E'

red 207 ◦ green 231 ◦ blue 46

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

Shades of Pear #CFE72E

Tints of Pear #CFE72E

RGB

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

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

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

R = 42.77%
G = 47.73%
B = 9.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#CFE72E (or 0xCFE72E) is known color: Pear. HEX triplet: CF, E7 and 2E. RGB value is (207,231,46). Sum of RGB (Red+Green+Blue) = 207+231+46=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE72E is #3018D1. Grayscale: #CBCBCB. Windows color (decimal): -3152082 or 3073999. OLE color: 3073999.

HSL color Cylindrical-coordinate representation of color #CFE72E: hue angle of 67.78º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFE72E is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 46 -
CMYK 0.10 0 0.80 0.09
HSL 67.78º 0.79% 0.54% -
HSV(B) 67.78º 0.8% 0.91% -
XYZ 54.8 70.61 13.33 -
YUV 202.73 39.55 131.04 -
System Red Green Blue C M Y K H S L
Decimal 207 231 46 0.10 0 0.80 0.09 67.78 0.79 0.54
Hex CF E7 2E A 0 50 9 44 4F 36
Octal 317 347 56 12 0 120 11 104 117 66
Binary 11001111 11100111 101110 1010 0 1010000 1001 1000100 1001111 110110

Color Harmonies of #CFE72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE72E

Black with #CFE72E

Text Example


Text Example

White with #CFE72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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