Html Css Color HEX #CFE07B Mindaro

📋 copy color: '#CFE07B'

red 207 ◦ green 224 ◦ blue 123

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

Shades of Mindaro #CFE07B

Tints of Mindaro #CFE07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.2%

R = 37.36%
G = 40.43%
B = 22.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#CFE07B (or 0xCFE07B) is known color: Mindaro. HEX triplet: CF, E0 and 7B. RGB value is (207,224,123). Sum of RGB (Red+Green+Blue) = 207+224+123=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07B is #301F84. Grayscale: #CFCFCF. Windows color (decimal): -3153797 or 8118479. OLE color: 8118479.

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

Color convert

RGB 207 224 123 -
CMYK 0.08 0 0.45 0.12
HSL 70.1º 0.62% 0.68% -
HSV(B) 70.1º 0.45% 0.88% -
XYZ 55.96 68.01 28.92 -
YUV 207.4 80.37 127.71 -
System Red Green Blue C M Y K H S L
Decimal 207 224 123 0.08 0 0.45 0.12 70.1 0.62 0.68
Hex CF E0 7B 8 0 2D C 46 3E 44
Octal 317 340 173 10 0 55 14 106 76 104
Binary 11001111 11100000 1111011 1000 0 101101 1100 1000110 111110 1000100

Color Harmonies of #CFE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE07B

Black with #CFE07B

Text Example


Text Example

White with #CFE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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