Html Css Color HEX #CFE00F Barberry

📋 copy color: '#CFE00F'

red 207 ◦ green 224 ◦ blue 15

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

Shades of Barberry #CFE00F

Tints of Barberry #CFE00F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.22%

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 46.41%
G = 50.22%
B = 3.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#CFE00F (or 0xCFE00F) is known color: Barberry. HEX triplet: CF, E0 and 0F. RGB value is (207,224,15). Sum of RGB (Red+Green+Blue) = 207+224+15=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE00F is #301FF0. Grayscale: #C3C3C3. Windows color (decimal): -3153905 or 1040591. OLE color: 1040591.

HSL color Cylindrical-coordinate representation of color #CFE00F: hue angle of 64.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE00F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 15 -
CMYK 0.08 0 0.93 0.12
HSL 64.88º 0.87% 0.47% -
HSV(B) 64.88º 0.93% 0.88% -
XYZ 52.47 66.61 10.54 -
YUV 195.09 26.37 136.49 -
System Red Green Blue C M Y K H S L
Decimal 207 224 15 0.08 0 0.93 0.12 64.88 0.87 0.47
Hex CF E0 F 8 0 5D C 41 57 2F
Octal 317 340 17 10 0 135 14 101 127 57
Binary 11001111 11100000 1111 1000 0 1011101 1100 1000001 1010111 101111

Color Harmonies of #CFE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE00F

Black with #CFE00F

Text Example


Text Example

White with #CFE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE00F; }

 p { color: rgb(207,224,15); }

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

background-color css

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

 a { background-color: rgb(207,224,15); }

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

border-color css

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

 span { border-color: rgb(207,224,15); }

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