Html Css Color HEX #CFE53D Pear

📋 copy color: '#CFE53D'

red 207 ◦ green 229 ◦ blue 61

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

Shades of Pear #CFE53D

Tints of Pear #CFE53D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 41.65%
G = 46.08%
B = 12.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#CFE53D (or 0xCFE53D) is known color: Pear. HEX triplet: CF, E5 and 3D. RGB value is (207,229,61). Sum of RGB (Red+Green+Blue) = 207+229+61=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE53D is #301AC2. Grayscale: #CBCBCB. Windows color (decimal): -3152579 or 4056527. OLE color: 4056527.

HSL color Cylindrical-coordinate representation of color #CFE53D: hue angle of 67.86º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFE53D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 61 -
CMYK 0.10 0 0.73 0.10
HSL 67.86º 0.76% 0.57% -
HSV(B) 67.86º 0.73% 0.9% -
XYZ 54.59 69.64 14.98 -
YUV 203.27 47.71 130.66 -
System Red Green Blue C M Y K H S L
Decimal 207 229 61 0.10 0 0.73 0.10 67.86 0.76 0.57
Hex CF E5 3D A 0 49 A 44 4C 39
Octal 317 345 75 12 0 111 12 104 114 71
Binary 11001111 11100101 111101 1010 0 1001001 1010 1000100 1001100 111001

Color Harmonies of #CFE53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE53D

Black with #CFE53D

Text Example


Text Example

White with #CFE53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE53D; }

 p { color: rgb(207,229,61); }

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

background-color css

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

 a { background-color: rgb(207,229,61); }

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

border-color css

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

 span { border-color: rgb(207,229,61); }

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