Html Css Color HEX #CFE525 Pear

📋 copy color: '#CFE525'

red 207 ◦ green 229 ◦ blue 37

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

Shades of Pear #CFE525

Tints of Pear #CFE525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.82%

R = 43.76%
G = 48.41%
B = 7.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#CFE525 (or 0xCFE525) is known color: Pear. HEX triplet: CF, E5 and 25. RGB value is (207,229,37). Sum of RGB (Red+Green+Blue) = 207+229+37=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE525 is #301ADA. Grayscale: #C9C9C9. Windows color (decimal): -3152603 or 2483663. OLE color: 2483663.

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

Color convert

RGB 207 229 37 -
CMYK 0.10 0 0.84 0.10
HSL 66.87º 0.79% 0.52% -
HSV(B) 66.87º 0.84% 0.9% -
XYZ 54.09 69.44 12.3 -
YUV 200.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 207 229 37 0.10 0 0.84 0.10 66.87 0.79 0.52
Hex CF E5 25 A 0 54 A 43 4F 34
Octal 317 345 45 12 0 124 12 103 117 64
Binary 11001111 11100101 100101 1010 0 1010100 1010 1000011 1001111 110100

Color Harmonies of #CFE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE525

Black with #CFE525

Text Example


Text Example

White with #CFE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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