Html Css Color HEX #CFE53A Pear

📋 copy color: '#CFE53A'

red 207 ◦ green 229 ◦ blue 58

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

Shades of Pear #CFE53A

Tints of Pear #CFE53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.74%

R = 41.9%
G = 46.36%
B = 11.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#CFE53A (or 0xCFE53A) is known color: Pear. HEX triplet: CF, E5 and 3A. RGB value is (207,229,58). Sum of RGB (Red+Green+Blue) = 207+229+58=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE53A is #301AC5. Grayscale: #CBCBCB. Windows color (decimal): -3152582 or 3859919. OLE color: 3859919.

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

Color convert

RGB 207 229 58 -
CMYK 0.10 0 0.75 0.10
HSL 67.72º 0.77% 0.56% -
HSV(B) 67.72º 0.75% 0.9% -
XYZ 54.52 69.61 14.57 -
YUV 202.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 207 229 58 0.10 0 0.75 0.10 67.72 0.77 0.56
Hex CF E5 3A A 0 4B A 44 4D 38
Octal 317 345 72 12 0 113 12 104 115 70
Binary 11001111 11100101 111010 1010 0 1001011 1010 1000100 1001101 111000

Color Harmonies of #CFE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE53A

Black with #CFE53A

Text Example


Text Example

White with #CFE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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